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",
|
"flux",
|
||||||
"google-chrome",
|
"google-chrome",
|
||||||
"google-hangouts",
|
"google-hangouts",
|
||||||
|
"growl-fork",
|
||||||
"growlnotify",
|
"growlnotify",
|
||||||
"heroku-toolbelt",
|
"heroku-toolbelt",
|
||||||
"iterm2",
|
"iterm2",
|
||||||
@ -66,6 +67,7 @@
|
|||||||
"heroku-toolbelt",
|
"heroku-toolbelt",
|
||||||
"htop-osx",
|
"htop-osx",
|
||||||
"hub",
|
"hub",
|
||||||
|
"icdiff",
|
||||||
"icu4c",
|
"icu4c",
|
||||||
"intltool",
|
"intltool",
|
||||||
"ispell",
|
"ispell",
|
||||||
@ -114,6 +116,7 @@
|
|||||||
"sleuthkit",
|
"sleuthkit",
|
||||||
"sqlite",
|
"sqlite",
|
||||||
"subversion",
|
"subversion",
|
||||||
|
"terminal-notifier",
|
||||||
"the_silver_searcher",
|
"the_silver_searcher",
|
||||||
"tig",
|
"tig",
|
||||||
"tmux",
|
"tmux",
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
is_osx || return
|
||||||
|
|
||||||
function set_global_osx_ssh_port {
|
function set_global_osx_ssh_port {
|
||||||
set_osx_ssh_port $1 /System/Library/LaunchDaemons/ssh.plist
|
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')
|
ctx.run('brew install caskroom/cask/brew-cask')
|
||||||
if not util.command_exists('cider'):
|
if not util.command_exists('cider'):
|
||||||
ctx.run('sudo pip install cider')
|
ctx.run('sudo pip install cider')
|
||||||
ctx.run('cider restore')
|
ctx.run('cider restore -i')
|
||||||
|
|
||||||
|
|
||||||
@ctask
|
@ctask
|
||||||
|
Loading…
Reference in New Issue
Block a user