1
0
Fork 0
mirror of synced 2024-05-29 13:21:09 -04:00

Update intall.sh to account for devpod tmux v3.x being very slow with monorepo

This commit is contained in:
Tiffany Lin 2021-03-11 16:55:27 +00:00
parent 46508638ed
commit 119ac716b4

View file

@ -1,8 +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
if [ $(whoami) = "user" ]; then
ln -sf $HOME/.tmux/tmux.conf.devpod $HOME/.tmux.conf.local
fi
echo "Installed tmux dotfiles"