Add go lang

This commit is contained in:
Ivan Malison 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 @ctask
def dropbox_dotfiles(ctx, flags='f'): def dropbox_dotfiles(ctx, flags='f'):
ctx.run('hash dotfiles || sudo pip install dotfiles') ctx.run('hash dotfiles || sudo pip install dotfiles')
link_dropbox_other(ctx)
ctx.run('dotfiles -s{1} -R {0}'.format( ctx.run('dotfiles -s{1} -R {0}'.format(
os.path.join( os.path.join(
os.path.expanduser('~'), 'Dropbox', 'configs', 'dotfiles' os.path.expanduser('~'), 'Dropbox', 'configs', 'dotfiles'
), ),
flags flags
)) ))
link_dropbox_other(ctx)
@ctask @ctask
def powerline(ctx): def powerline(ctx):

View File

@ -17,7 +17,8 @@ linux_pacakges = ('zsh', 'tmux', 'emacs24-nox', 'nmap', 'scala', 'default-jdk',
'libncurses5-dev', 'xbindkeys', 'python3-dev', 'xclip', 'libncurses5-dev', 'xbindkeys', 'python3-dev', 'xclip',
'silversearcher-ag', 'npm', 'xdotool', 'gconf-editor', 'silversearcher-ag', 'npm', 'xdotool', 'gconf-editor',
'dropbox', 'offlineimap', 'mu4e' 'fonts-droid' 'fonts-noto', 'dropbox', 'offlineimap', 'mu4e' 'fonts-droid' 'fonts-noto',
'gnutls-bin', 'libgmime-2.6-', 'libxapian-dev', 'openssh-server') 'gnutls-bin', 'libgmime-2.6-', 'libxapian-dev',
'openssh-server', 'golang')
@ctask @ctask
def apt_get(ctx): def apt_get(ctx):
ctx.run('sudo apt-get update') ctx.run('sudo apt-get update')