From 1ea2e6e2eda712fe64ae93190752b45d8ee07f8b Mon Sep 17 00:00:00 2001 From: "Eric D. Rohler" Date: Sun, 29 Sep 2019 10:12:12 -0400 Subject: [PATCH] removed styling and neofetch configs --- install.sh | 2 -- uninstall.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 3e9bede..9a687ad 100755 --- a/install.sh +++ b/install.sh @@ -12,5 +12,3 @@ ln -s "$HOME/.bashrc" "$HOME/.bash_profile" ln -s "$(pwd)/tmux.conf" "$HOME/.tmux.conf" ln -s "$(pwd)/vimrc" "$HOME/.vimrc" ln -s "$HOME/.vimrc" "$HOME/.config/nvim/init.vim" -ln -s "$(pwd)/gtk.css" "$HOME/.config/gtk-3.0/gtk.css" -ln -s "$(pwd)/config.conf" "$HOME/.config/neofetch/config.conf" \ No newline at end of file diff --git a/uninstall.sh b/uninstall.sh index a8951ec..889b9e1 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -5,5 +5,3 @@ rm "$HOME/.bash_profile" rm "$HOME/.tmux.conf" rm "$HOME/.vimrc" rm "$HOME/.config/nvim/init.vim" -rm "$HOME/.config/gtk-3.0/gtk.css" -rm "$HOME/.config/neofetch/config.conf" \ No newline at end of file