install script now asks for sudo, otherwise tmux-vim-select-pane cannot be installed
This commit is contained in:
parent
4aec08bfca
commit
51281ee3af
|
@ -1,4 +1,9 @@
|
|||
#!/bin/bash
|
||||
if [ $EUID != 0 ]; then
|
||||
sudo "$0" "$@"
|
||||
exit $?
|
||||
fi
|
||||
|
||||
ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf
|
||||
ln -s ~/.dotfiles/zshrc ~/.zshrc
|
||||
ln -s ~/.dotfiles/oh-my-zsh ~/.oh-my-zsh
|
||||
|
|
Loading…
Reference in New Issue
Block a user