From 285e21a2eeca4e8ec87958d9ff7815cbf65ebc9d Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 23 Aug 2017 15:13:35 -0700 Subject: [PATCH] Add more packages --- recipes/default/packages | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/recipes/default/packages b/recipes/default/packages index 091e1cb..ec3654c 100644 --- a/recipes/default/packages +++ b/recipes/default/packages @@ -1,25 +1,21 @@ #! /bin/bash 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 case "$PACKAGE_MANAGER" in "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 'vim +ruby +python27' sudo_package 'git-core +bash_completion' - sudo_package 'the_silver_searcher' - ;; - "brew") - package 'vim' - package 'the_silver_searcher' ;; "apt-get") if [ -n "$(apt-cache policy silversearcher-ag)" ] ; then sudo_package 'silversearcher-ag' fi - sudo_package 'build-essential bash-completion vim' + sudo_package 'build-essential vim' ;; esac @@ -28,4 +24,4 @@ esac sudo gem install rake # install python packages -sudo pip install ipython flake8 +sudo pip install -U pip ipython flake8 virtualenv