annotate uninstall.sh @ 45:aac6188ab4d6

Added vimroom plugin (disabled by default). VIMRC not setting some GUI stuff on re-sourcing (to not screw up the window when I iterate on it). Changed some mappings. Added some function to toggle spell-checking depending on the keyboard map.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 29 Nov 2011 18:04:16 -0800
parents b5f45325f37a
children d753f7893361
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 #!/bin/sh
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 rm $HOME/.vim
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 rm $HOME/.vimrc
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 rm $HOME/.hgrc
41
b5f45325f37a Fixed Unix install/uninstall scripts.
Ludovic Chabant <ludovic@chabant.com>
parents: 31
diff changeset
6 rm $HOME/.hgignore
31
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7