feat: publish script and cleanup

This commit is contained in:
Andrejus
2021-05-02 21:53:29 +01:00
parent fb50593834
commit 1f569c7e09
22 changed files with 144 additions and 58 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ ! -d ~/.emacs.d ]; then
echo "Cloning spacemacs"
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
fi