Explorar o código

Update install script to include airline glyphs

Andrew Swistak %!s(int64=12) %!d(string=hai) anos
pai
achega
386f499201
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      scripts/install_dotfiles.sh

+ 2 - 2
scripts/install_dotfiles.sh

@@ -44,9 +44,9 @@ ln -fsn "$DIR"/vim/pathogen/autoload "$DIR"/vim/
 mkdir -p "$DIR"/vim/tmp/{backup,swap,undo}
 
 #Very specific to Arch
-read -p "Install boost [y/N] " -n 1 -r
+read -p "Install boost and airline glyphs [y/N] " -n 1 -r
 if [[ $REPLY =~ ^[Yy]$ ]]; then
-  yaourt -S boost
+  yaourt -S boost powerline-fonts-git
 fi
 echo ""