package patch integrated into spacemacs script

This commit is contained in:
Stefen Auris 2017-09-27 14:18:30 -04:00
parent 9592c4a8d9
commit 65455490a5
2 changed files with 6 additions and 4 deletions

View file

@ -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