forked from colonelpanic/dotfiles
add -i to cider, icdiff growl-fork and terminal notifier.
This commit is contained in:
parent
090356f14e
commit
63f8f12b6c
@ -10,6 +10,7 @@
|
||||
"flux",
|
||||
"google-chrome",
|
||||
"google-hangouts",
|
||||
"growl-fork",
|
||||
"growlnotify",
|
||||
"heroku-toolbelt",
|
||||
"iterm2",
|
||||
@ -66,6 +67,7 @@
|
||||
"heroku-toolbelt",
|
||||
"htop-osx",
|
||||
"hub",
|
||||
"icdiff",
|
||||
"icu4c",
|
||||
"intltool",
|
||||
"ispell",
|
||||
@ -114,6 +116,7 @@
|
||||
"sleuthkit",
|
||||
"sqlite",
|
||||
"subversion",
|
||||
"terminal-notifier",
|
||||
"the_silver_searcher",
|
||||
"tig",
|
||||
"tmux",
|
||||
|
@ -1,3 +1,5 @@
|
||||
is_osx || return
|
||||
|
||||
function set_global_osx_ssh_port {
|
||||
set_osx_ssh_port $1 /System/Library/LaunchDaemons/ssh.plist
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ def cider(ctx):
|
||||
ctx.run('brew install caskroom/cask/brew-cask')
|
||||
if not util.command_exists('cider'):
|
||||
ctx.run('sudo pip install cider')
|
||||
ctx.run('cider restore')
|
||||
ctx.run('cider restore -i')
|
||||
|
||||
|
||||
@ctask
|
||||
|
Loading…
Reference in New Issue
Block a user