annotate uninstall.sh @ 461:eb8891b1a6f5

Clone FZF and source its Vim plugin directly, use official hggit repo.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 09 Apr 2019 00:11:42 -0700
parents 1ba0daaa8e4e
children
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
81
2e0fbe44e9fe Updated bashrc files.
Ludovic Chabant <ludovic@chabant.com>
parents: 70
diff changeset
4 rm $HOME/.bash_profile
31
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 rm $HOME/.vim
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 rm $HOME/.vimrc
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 rm $HOME/.hgrc
124
20c49d51f7e3 Added `.gitconfig`.
Ludovic Chabant <ludovic@chabant.com>
parents: 82
diff changeset
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
20c49d51f7e3 Added `.gitconfig`.
Ludovic Chabant <ludovic@chabant.com>
parents: 82
diff changeset
10