diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-18 15:21:28 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-18 15:21:28 -0700 |
commit | 1cb78494f3022fe9d808d070507bddf552c64753 (patch) | |
tree | 5c827daee442e211941bed7cc89decc95f8efbd7 /emacs/git-doom-install.sls |
Initial commit, new repo
Diffstat (limited to 'emacs/git-doom-install.sls')
-rw-r--r-- | emacs/git-doom-install.sls | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/git-doom-install.sls b/emacs/git-doom-install.sls new file mode 100644 index 0000000..40d88bd --- /dev/null +++ b/emacs/git-doom-install.sls @@ -0,0 +1,6 @@ +'git clone --depth 1 https://github.com/hlissner/doom-emacs /home/user/.emacs.d': + cmd.run +'/home/user/.emacs.d/bin/doom install --env --config --install --fonts --force': + cmd.run +'/home/user/.emacs.d/bin/doom sync --doomdir ~/.doom.d --emacsdir ~/.emacs.d -u': + cmd.run |