holman / dotfiles

@holman does dotfiles

Home Page:http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to uninstall it

amwk opened this issue · comments

commented

I really want to get rid of it...

We don't have an uninstall process quite yet, but if you delete the dotfiles itself (~/.dotfiles) and then delete the symlinks you have installed in your home directory, you should be fine. So things like .zshrc, .gitconfig, .vimrc, etc can be removed. Any files we almost overwrote we would move to .backup, so if you see things like .vimrc.backup you can rename that back to .vimrc.

Might be a little confusing dealing with all this, so if you have any questions let me know and I'd love to help you out!

commented

Thank you very much for response. Sory for stupid question, but can you tell me which file is responsible for prompt colors? I have almost reversed it, this is the onlu thing that is left :)

That should be in https://github.com/holman/dotfiles/blob/master/zsh/prompt.zsh, which should get deleted once you delete the directory. You may need to restart your terminal if you haven't already.