1
0
Fork 0
mirror of synced 2024-05-28 04:41:10 -04:00

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

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"