log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
dotfiles
annotate uninstall.sh @ 31:
021b1cee8178
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Added uninstall script.
author
Ludovic Chabant <ludovic@chabant.com>
date
Mon, 21 Nov 2011 21:32:27 -0800
parents
children
b5f45325f37a
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
021b1cee8178
Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
6