update
This commit is contained in:
parent
4f0e213f4a
commit
117b20bb7b
15 changed files with 1204 additions and 33 deletions
9
setup/tmux
Normal file
9
setup/tmux
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue