Skip to content

Commit

Permalink
Fixing airline
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlago committed Mar 25, 2016
1 parent 3fd27cc commit 5d1ef23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
rm ~/.vimrc
rm ~/.tmux.conf
ln -sf ~/dotfiles/.vimrc ~/.vimrc
mkdir ~/.vim/colors
ln -sf ~/dotfiles/.tmux.conf ~/.tmux.conf
ln -sf ~/dotfiles/davidlago.zsh-theme ~/.oh-my-zsh/themes/davidlago.zsh-theme
ln -sf ~/dotfiles/monokai.vim ~/.vim/colors/monokai.vim
Expand All @@ -25,6 +26,7 @@ fi
if [ ! -d ~/.vim/bundle/vim-airline ]; then
echo "===> Installing vim-airline..."
git clone https://github.com/bling/vim-airline ~/.vim/bundle/vim-airline
git clone https://github.com/vim-airline/vim-airline-themes.giti ~/.vim/bundle/vim-airline-themes
fi

# Powerline fonts
Expand Down

0 comments on commit 5d1ef23

Please sign in to comment.