mirror of
1
0
Fork 0

Update install script to account for devpod

This commit is contained in:
Tiffany Lin 2021-03-03 19:51:41 +00:00
parent c65cfe13f9
commit 22372825d7
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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"