Add go lang

This commit is contained in:
2014-12-08 04:34:53 -08:00
parent 946c6230b4
commit 9c7f67edee
2 changed files with 3 additions and 3 deletions

View File

@@ -37,14 +37,13 @@ def dotfiles(ctx, flags=''):
@ctask
def dropbox_dotfiles(ctx, flags='f'):
ctx.run('hash dotfiles || sudo pip install dotfiles')
link_dropbox_other(ctx)
ctx.run('dotfiles -s{1} -R {0}'.format(
os.path.join(
os.path.expanduser('~'), 'Dropbox', 'configs', 'dotfiles'
),
flags
))
link_dropbox_other(ctx)
@ctask
def powerline(ctx):