config-bootstrap/config.d/tmux.bash

10 lines
184 B
Bash
Raw Permalink Normal View History

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