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