forked from colonelpanic/dotfiles
Revert "Delete emacs app for now."
This reverts commit 739a493a009f091802710c5638c8be69a4f8fe3f.
This commit is contained in:
@@ -30,9 +30,9 @@ def setup(ctx):
|
||||
|
||||
|
||||
@ctask
|
||||
def dotfiles(ctx, flags='', directory=os.path.expanduser('~')):
|
||||
def dotfiles(ctx, flags=''):
|
||||
ctx.run('hash dotfiles || sudo pip install dotfiles')
|
||||
return ctx.run('dotfiles -s{1} -R {0} -H {2}'.format(DOTFILES_DIRECTORY, flags, directory))
|
||||
return ctx.run('dotfiles -s{1} -R {0}'.format(DOTFILES_DIRECTORY, flags))
|
||||
|
||||
|
||||
@ctask
|
||||
|
Reference in New Issue
Block a user