Forráskód Böngészése

Update install script to include airline glyphs

Andrew Swistak 11 éve
szülő
commit
386f499201
1 módosított fájl, 2 hozzáadás és 2 törlés
  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 ""