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):
|
def setup(ctx):
|
||||||
ctx.config['run']['pty'] = False
|
ctx.config['run']['pty'] = False
|
||||||
ctx.config['run']['warn'] = True
|
ctx.config['run']['warn'] = True
|
||||||
|
dotfiles(ctx, 'f')
|
||||||
if 'darwin' in sys.platform:
|
if 'darwin' in sys.platform:
|
||||||
osx.setup(ctx)
|
osx.setup(ctx)
|
||||||
else:
|
else:
|
||||||
linux.setup(ctx)
|
linux.setup(ctx)
|
||||||
dotfiles(ctx, 'f')
|
|
||||||
install_python_libraries(ctx)
|
install_python_libraries(ctx)
|
||||||
powerline(ctx)
|
powerline(ctx)
|
||||||
install_npm_libraries(ctx)
|
install_npm_libraries(ctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user