Skip to content

Commit

Permalink
Add ansible, vagrant, virtualbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylgit committed Nov 21, 2014
1 parent 27bd00f commit aa17e25
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions init/20_ubuntu_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ sudo apt-get -qq dist-upgrade

# Install APT packages.
packages=(
ansible
build-essential
cowsay
git-core
Expand Down
2 changes: 2 additions & 0 deletions init/30_osx_homebrew_casks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ casks=(
totalfinder
tower
transmission-remote-gui
vagrant
virtualbox
vlc
# Quick Look plugins
betterzipql
Expand Down
1 change: 1 addition & 0 deletions init/30_osx_homebrew_recipes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ is_osx || return 1

# Homebrew recipes
recipes=(
ansible
bash
cowsay
git
Expand Down
1 change: 1 addition & 0 deletions link/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,6 @@ Plug 'pangloss/vim-javascript'
Plug 'mhinz/vim-signify'
Plug 'mattn/emmet-vim'
Plug 'mustache/vim-mustache-handlebars'
Plug 'chase/vim-ansible-yaml'
Plug 'wavded/vim-stylus'
call plug#end()
3 changes: 3 additions & 0 deletions source/50_misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ function titlebar() {
if [[ -e ~/.ssh/known_hosts ]]; then
complete -o default -W "$(cat ~/.ssh/known_hosts | sed 's/[, ].*//' | sort | uniq | grep -v '[0-9]')" ssh scp sftp
fi

# Disable ansible cows }:]
export ANSIBLE_NOCOWS=1

0 comments on commit aa17e25

Please sign in to comment.