forked from colonelpanic/dotfiles
Move symlinking to before stuff is installed.
This commit is contained in:
parent
1acc20ffab
commit
ccb64c9af9
@ -17,11 +17,11 @@ ns.add_collection(linux)
|
||||
def setup(ctx):
|
||||
ctx.config['run']['pty'] = False
|
||||
ctx.config['run']['warn'] = True
|
||||
dotfiles(ctx, 'f')
|
||||
if 'darwin' in sys.platform:
|
||||
osx.setup(ctx)
|
||||
else:
|
||||
linux.setup(ctx)
|
||||
dotfiles(ctx, 'f')
|
||||
install_python_libraries(ctx)
|
||||
powerline(ctx)
|
||||
install_npm_libraries(ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user