Create in sudo user's folder

This commit is contained in:
Sonny Bakker 2017-07-16 20:01:35 +02:00
parent 8ae037cd30
commit c7d3372064

View file

@ -26,9 +26,9 @@ function user_config {
# Create symlinks
get_path
echo 'Creating systemlinks'
ln -s $SCRIPTPATH/vim/.vimrc $HOME/;
ln -s $SCRIPTPATH/tmux/.tmux.conf $HOME/;
ln -s $SCRIPTPATH/vim/colors $HOME/.vim/
ln -s $SCRIPTPATH/vim/.vimrc /home/$SUDO_USER/;
ln -s $SCRIPTPATH/tmux/.tmux.conf /home/$SUDO_USER/;
ln -s $SCRIPTPATH/vim/colors /home/$SUDO_USER/.vim/
}