Skip to content

Commit

Permalink
moved the gruvbox install to a more logical location in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
cam3ron2 committed Dec 5, 2016
1 parent b142dcb commit b3e2b4a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,6 @@ choose_aurhelper(){
esac
[[ -n $OPT ]] && break
done
if [[ $LATER_DEPS_NEEDED == 1 ]] ; then
aur_package_install "vim-gruvbox-git";
aur_package_install "vim-airline-gruvbox-git";
fi

pause_function
}
#}}}
Expand Down Expand Up @@ -448,6 +443,10 @@ add_custom_repositories(){
install_basic_setup(){
print_title "BASH TOOLS - https://wiki.archlinux.org/index.php/Bash"
package_install "bc rsync mlocate bash-completion pkgstats arch-wiki-lite"
if [[ $LATER_DEPS_NEEDED == 1 ]] ; then
aur_package_install "vim-gruvbox-git";
aur_package_install "vim-airline-gruvbox-git";
fi
pause_function
print_title "(UN)COMPRESS TOOLS - https://wiki.archlinux.org/index.php/P7zip"
package_install "zip unzip unrar p7zip lzop cpio"
Expand Down

0 comments on commit b3e2b4a

Please sign in to comment.