From 9a390d562ed0e645989da855b9a37f5438704474 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sat, 3 Feb 2018 00:53:50 -0500 Subject: [PATCH] changed to correct shell & removed patch --- init.sh | 2 +- package.patch | 37 ------------------------------------- spacemacs.zsh | 5 ----- 3 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 package.patch diff --git a/init.sh b/init.sh index 157df82..727071d 100755 --- a/init.sh +++ b/init.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/bash #install pre-req. echo "installing required packages" ./deps.zsh diff --git a/package.patch b/package.patch deleted file mode 100644 index 108aeff..0000000 --- a/package.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- packages.el 2017-09-26 14:44:01.743525901 -0400 -+++ packages_fixed.el 2017-09-26 14:37:53.824574000 -0400 -@@ -37,7 +37,7 @@ - dracula-theme - espresso-theme - farmhouse-theme -- firebelly-theme -+ ;firebelly-theme - flatland-theme - flatui-theme - gandalf-theme -@@ -64,14 +64,14 @@ - monochrome-theme - mustang-theme - naquadah-theme -- niflheim-theme -+ ;niflheim-theme - noctilux-theme - obsidian-theme - occidental-theme - omtose-phellack-theme - oldlace-theme - organic-green-theme -- pastels-on-dark-theme -+ ;pastels-on-dark-theme - phoenix-dark-mono-theme - phoenix-dark-pink-theme - planet-theme -@@ -98,7 +98,7 @@ - ;; contains error - ; tommyh-theme - toxi-theme -- tronesque-theme -+ ;tronesque-theme - twilight-anti-bright-theme - twilight-bright-theme - twilight-theme diff --git a/spacemacs.zsh b/spacemacs.zsh index 2ed564f..5c71ac8 100755 --- a/spacemacs.zsh +++ b/spacemacs.zsh @@ -2,8 +2,3 @@ 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