Add more packages

This commit is contained in:
ViViDboarder 2017-08-23 15:13:35 -07:00
parent 140396f185
commit 285e21a2ee
1 changed files with 5 additions and 9 deletions

View File

@ -1,25 +1,21 @@
#! /bin/bash #! /bin/bash
sudo_package_update sudo_package_update
sudo_package 'tmux htop curl wget mercurial ctags tig pv jq fish mosh' sudo_package 'tmux htop curl wget mercurial ctags tig pv jq fish mosh bash-completion'
# Manager specific packages # Manager specific packages
case "$PACKAGE_MANAGER" in case "$PACKAGE_MANAGER" in
"port") "port")
sudo_package 'vim +ruby +python27' sudo_package 'the_silver_searcher doxygen md5sha1sum gradle go bash apache-ant'
# sudo_package 'macvim +ruby +python27' # sudo_package 'macvim +ruby +python27'
sudo_package 'vim +ruby +python27'
sudo_package 'git-core +bash_completion' sudo_package 'git-core +bash_completion'
sudo_package 'the_silver_searcher'
;;
"brew")
package 'vim'
package 'the_silver_searcher'
;; ;;
"apt-get") "apt-get")
if [ -n "$(apt-cache policy silversearcher-ag)" ] ; then if [ -n "$(apt-cache policy silversearcher-ag)" ] ; then
sudo_package 'silversearcher-ag' sudo_package 'silversearcher-ag'
fi fi
sudo_package 'build-essential bash-completion vim' sudo_package 'build-essential vim'
;; ;;
esac esac
@ -28,4 +24,4 @@ esac
sudo gem install rake sudo gem install rake
# install python packages # install python packages
sudo pip install ipython flake8 sudo pip install -U pip ipython flake8 virtualenv