add autojump, package updates

This commit is contained in:
James Walker 2018-04-24 12:15:23 -04:00
parent 20b813c01d
commit 8269406115
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 3 additions and 3 deletions

View File

@ -6,10 +6,10 @@ tap 'jawshooah/pyenv'
tap 'nodenv/nodenv' tap 'nodenv/nodenv'
cask 'java' cask 'java'
# brews # brews
brew 'autojump'
brew 'composer' brew 'composer'
brew 'dnsmasq' brew 'dnsmasq'
brew 'docker-cloud' brew 'docker-cloud'
brew 'drush'
brew 'elixir' brew 'elixir'
brew 'gist' brew 'gist'
brew 'git' brew 'git'
@ -84,5 +84,5 @@ mas 'Pages', id: 409201541
mas 'Pocket', id: 568494494 mas 'Pocket', id: 568494494
mas 'Simplify', id: 448003584 mas 'Simplify', id: 448003584
mas 'Todoist', id: 585829637 mas 'Todoist', id: 585829637
mas 'Twitter', id: 409789998 mas 'Tweetbot', id: 557168941
mas 'Xcode', id: 497799835 mas 'Xcode', id: 497799835

View File

@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(extract command-not-found tmux tmuxinator git github git-flow ssh-agent golang vagrant knife docker docker-compose mix mix-fast) plugins=(autojump extract command-not-found tmux tmuxinator git github git-flow ssh-agent golang vagrant knife docker docker-compose mix mix-fast)
# ruby # ruby
plugins=($plugins ruby gem rbenv rails bundler heroku) plugins=($plugins ruby gem rbenv rails bundler heroku)