1
0
Fork 0
mirror of synced 2024-05-27 12:21:10 -04:00
tmux-config/install.sh
Tiffany Lin 46508638ed Remove devpod tmux conditional
Install the updated version of tmux on devpod and remove the need to
branch configs
2021-03-11 00:01:07 +00:00

9 lines
239 B
Bash
Executable file

ln -sf $HOME/.tmux/tmux.conf $HOME/.tmux.conf
ln -sf $HOME/.tmux/tmux.conf.local $HOME/.tmux.conf.local
# if [ $(whoami) = "user" ]; then
# ln -sf $HOME/.tmux/tmux.conf.devpod $HOME/.tmux.conf.local
# fi
echo "Installed tmux dotfiles"