removed styling and neofetch configs

This commit is contained in:
Eric D. Rohler 2019-09-29 10:12:12 -04:00
parent 12dd1cf169
commit 1ea2e6e2ed
2 changed files with 0 additions and 4 deletions

View File

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

View File

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