diff --git a/packagepatch.zsh b/packagepatch.zsh deleted file mode 100755 index 3a8b35f..0000000 --- a/packagepatch.zsh +++ /dev/null @@ -1,4 +0,0 @@ -cp package.patch /home/stev/.emacs.d/layers/+themes/themes-megapack/ -cd /home/`whoami`/.emacs.d/layers/+themes/themes-megapack -patch < package.patch -rm package.patch diff --git a/spacemacs.zsh b/spacemacs.zsh index e6545ab..2ed564f 100755 --- a/spacemacs.zsh +++ b/spacemacs.zsh @@ -1,3 +1,9 @@ ln -s /home/`whoami`/stevset/.spacemacs /home/`whoami`/.spacemacs #init spacemacs in the background git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d + +#Patch theme file to squelch error messages +cp package.patch /home/stev/.emacs.d/layers/+themes/themes-megapack/ +cd /home/`whoami`/.emacs.d/layers/+themes/themes-megapack +patch < package.patch +rm package.patch