added uninstall script
This commit is contained in:
9
uninstall.sh
Executable file
9
uninstall.sh
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
rm "$HOME/.bashrc"
|
||||||
|
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"
|
Reference in New Issue
Block a user