Deployment improvements

Replace deploy.sh with deploy.py
Some updates to setup scripts, for more consistency
Split out some common unix setup tasks into a script that both mac and
linux scripts call.
This commit is contained in:
2020-04-23 13:39:20 -07:00
parent e66be17d89
commit 340df909ba
6 changed files with 90 additions and 44 deletions

8
setup_unix_common.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
python3 $HOME/.dotfiles/deploy.py
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
~/.emacs.d/bin/doom sync