dotfiles/install

6 lines
90 B
Text
Raw Normal View History

2018-12-17 00:16:37 -06:00
#!/bin/sh
cd $(dirname "$0")
2019-01-29 16:31:48 -06:00
git submodule update --init
pipenv run -- ./install.py "$@"