forked from colonelpanic/dotfiles
invoke fixes.
This commit is contained in:
parent
af8d62d77c
commit
ae9f45d196
@ -82,7 +82,7 @@ def link_dropbox_other(ctx):
|
|||||||
link_pairs = (
|
link_pairs = (
|
||||||
('~/Dropbox/configs/custom.el', '~/.emacs.d/custom.el'),
|
('~/Dropbox/configs/custom.el', '~/.emacs.d/custom.el'),
|
||||||
('~/Dropbox/Documents', '~/Documents'),
|
('~/Dropbox/Documents', '~/Documents'),
|
||||||
('~/Dropbox/Pictures', '~/Pictures')
|
('~/Dropbox/Pictures', '~/Pictures'),
|
||||||
('~/Dropbox/org', '~/org')
|
('~/Dropbox/org', '~/org')
|
||||||
)
|
)
|
||||||
for source, destination in link_pairs:
|
for source, destination in link_pairs:
|
||||||
|
@ -17,7 +17,7 @@ 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')
|
'gnutls-bin', 'libgmime-2.6-', 'libxapian-dev')
|
||||||
@ctask
|
@ctask
|
||||||
def apt_get(ctx):
|
def apt_get(ctx):
|
||||||
install_command = 'sudo apt-get -y install'
|
install_command = 'sudo apt-get -y install'
|
||||||
|
Loading…
Reference in New Issue
Block a user