Archive unused files, pending deletion
This commit is contained in:
8
archive/setup_unix_common.sh
Normal file
8
archive/setup_unix_common.sh
Normal 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
|
||||
Reference in New Issue
Block a user