config-bootstrap/config.d/tmux.bash
2023-06-07 09:45:55 +02:00

10 lines
179 B
Bash

#!/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