forked from colonelpanic/dotfiles
Tweaks, add rvm add other things to bootstrap.
This commit is contained in:
@@ -12,6 +12,7 @@ def all(ctx):
|
||||
cider_install(ctx)
|
||||
enable_access_for_assistive_devices(ctx)
|
||||
enable_hyper(ctx)
|
||||
install_rvm(ctx)
|
||||
osx_config(ctx)
|
||||
|
||||
|
||||
@@ -135,6 +136,10 @@ def get_command_line_tools(ctx):
|
||||
if not util.command_exists('gcc'):
|
||||
ctx.run('xcode-select --install')
|
||||
|
||||
@ctask
|
||||
def install_rvm(ctx):
|
||||
ctx.run('\curl -sSL https://get.rvm.io | bash -s stable')
|
||||
|
||||
@ctask
|
||||
def enable_locate(ctx):
|
||||
ctx.run('sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist')
|
||||
|
Reference in New Issue
Block a user