annotate uninstall.sh @ 73:39a7e05637d8

Added 80 chars limit to text/markdown files. Added <F4> hotkey to switch to alternate buffer.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 23 Feb 2012 21:01:55 -0800
parents d753f7893361
children 2e0fbe44e9fe
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
70
d753f7893361 Added `bashrc`.
Ludovic Chabant <ludovic@chabant.com>
parents: 41
diff changeset
3 rm $HOME/.bashrc
31
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 rm $HOME/.vim
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 rm $HOME/.vimrc
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 rm $HOME/.hgrc
41
b5f45325f37a Fixed Unix install/uninstall scripts.
Ludovic Chabant <ludovic@chabant.com>
parents: 31
diff changeset
7 rm $HOME/.hgignore
31
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8