added uninstall script
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
ln -s "$(pwd)/bashrc"       "$HOME/.bashrc"
 | 
					ln -s "$(pwd)/bashrc"       "$HOME/.bashrc"
 | 
				
			||||||
ln -s "$HOME/.bashrc"       "$HOME/.bash_profile"
 | 
					ln -s "$HOME/.bashrc"       "$HOME/.bash_profile"
 | 
				
			||||||
ln -s "$(pwd)/tmux.conf""$HOME/.tmux.conf"
 | 
					ln -s "$(pwd)/tmux.conf"    "$HOME/.tmux.conf"
 | 
				
			||||||
ln -s "$(pwd)/vimrc"        "$HOME/.vimrc"
 | 
					ln -s "$(pwd)/vimrc"        "$HOME/.vimrc"
 | 
				
			||||||
ln -s "$HOME/.vimrc"        "$HOME/.config/nvim/init.vim"
 | 
					ln -s "$HOME/.vimrc"        "$HOME/.config/nvim/init.vim"
 | 
				
			||||||
ln -s "$(pwd)/gtk.css"      "$HOME/.config/gtk-3.0/gtk.css"
 | 
					ln -s "$(pwd)/gtk.css"      "$HOME/.config/gtk-3.0/gtk.css"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										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