This commit is contained in:
Alexander Navarro 2023-02-13 20:07:23 -03:00
parent 4f0e213f4a
commit 117b20bb7b
15 changed files with 1204 additions and 33 deletions

9
setup/tmux Normal file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
echo -e "\n${BLD}${SUL}${GRN}Setting up tmux...${RST}\n"
setup_zsh() {
symlink "$DOTS/config/tmux/tmux.conf" "$HOME"/.tmux.conf
}
setup_zsh