config-bootstrap/config.d/tmux.bash

10 lines
179 B
Bash
Raw Normal View History

2023-06-07 09:45:55 +02:00
#!/bin/bash
# Configuration TMUX
if [[ ! -d ~/.tmux ]]
then
git clone --recursive https://github.com/xlogerais/config-tmux.git ~/.tmux
bash ~/.tmux/create-links.bash
fi