Add powerline config and update the bootstrap script
This commit is contained in:
parent
16a90e60c6
commit
e5a3f34182
9 changed files with 393 additions and 2 deletions
|
@ -15,8 +15,9 @@ test -L $HOME/.hushlogin || ln -f -s $BASEDIR/hushlogin $HOME/.hushlogin
|
|||
test -d $HOME/.ncmpcpp || mkdir $HOME/.ncmpcpp
|
||||
test -L $HOME/.ncmpcpp/config || ln -f -s $BASEDIR/ncmpcpp $HOME/.ncmpcpp/config
|
||||
test -L $HOME/.tmux.conf || ln -f -s $BASEDIR/tmux $HOME/.tmux.conf
|
||||
test -L $HOME/.functions.zsh || ln -f -s $BASEDIR/functions.zsh $HOME/.functions.zsh
|
||||
test -L $HOME/.zshrc || ln -f -s $BASEDIR/zshrc $HOME/.zshrc
|
||||
test -L $HOME/.zsh || ln -f -s $BASEDIR/zsh $HOME/.zsh
|
||||
test -L $HOME/.zshrc || ln -f -s $BASEDIR/zshrc.zsh $HOME/.zshrc
|
||||
test -L $HOME/.config/powerline || ln -f -s $BASEDIR/powerline $HOME/.config/powerline
|
||||
|
||||
# ln vim files
|
||||
echo "Setting up vim"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue