dots/setup/tmux
2023-08-01 15:04:12 -04:00

9 lines
164 B
Bash
Executable file

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