Skip to content

Commit

Permalink
brewfile and vimium
Browse files Browse the repository at this point in the history
  • Loading branch information
bkudria committed Sep 10, 2015
1 parent 1fbd8b8 commit c435022
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
10 changes: 7 additions & 3 deletions .Brewfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
brew 'boot2docker'
brew 'docker'
brew 'ctags'
brew 'docker'
brew 'git'
brew 'httpie'
brew 'macvim', args: ['HEAD', 'with-lua', 'with-luajit', 'with-override-system-vim', 'with-python3']
Expand All @@ -13,6 +12,7 @@ brew 'the_silver_searcher'
brew 'tig', args: ['HEAD']
brew 'tree'
brew 'unrar'
brew 'wget'
brew 'zsh'

tap 'homebrew/completions'
Expand All @@ -21,18 +21,22 @@ brew 'homebrew/completions/vagrant-completion'
tap 'caskroom/cask'
cask 'alfred'
cask 'bartender'
cask 'cinch'
cask 'boot2docker'
cask 'bettertouchtool'
cask 'dash'
cask 'dropbox'
cask 'flux'
cask 'java'
cask 'karabiner'
cask 'knock'
cask 'moom'
cask 'postgres'
cask 'quip'
cask 'shortcat'
cask 'slack'
cask 'textexpander'
cask 'virtualbox'
cask 'virtualbox-extension-pack'
cask 'vox'
cask 'vox-preferences-pane'
cask 'xscreensaver'
Expand Down
15 changes: 8 additions & 7 deletions .vimiumrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Insert your preferred key mappings here.
map <m-o> Vomnibar.activateTabSelection
map % copyCurrentUrl
unmap ?
map <a-?> showHelp
map <m-o> Vomnibar.activateTabSelection
map t Vomnibar.activateTabSelection
map ; Vomnibar.activate
map : Vomnibar.activateInNewTab
map % copyCurrentUrl
map h previousTab
map l nextTab
map f LinkHints.activateModeToOpenInNewTab
map t Vomnibar.activateTabSelection
map ; Vomnibar.activate
map : Vomnibar.activateInNewTab
map f LinkHints.activateModeToOpenInNewTab

0 comments on commit c435022

Please sign in to comment.