Mercurial > dotfiles
annotate uninstall.sh @ 368:12a3a0e31f8e
Add faster CtrlP matcher
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 16 Feb 2017 18:49:36 -0800 |
parents | 1ba0daaa8e4e |
children |
rev | line source |
---|---|
31 | 1 #!/bin/sh |
2 | |
70 | 3 rm $HOME/.bashrc |
81 | 4 rm $HOME/.bash_profile |
31 | 5 rm $HOME/.vim |
6 rm $HOME/.vimrc | |
7 rm $HOME/.hgrc | |
124 | 8 rm $HOME/.gitconfig |
220
1ba0daaa8e4e
Start using Pentadactyl instead of Vimperator.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
9 rm $HOME/.pentadactylrc |
124 | 10 |