Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josh-/dotfiles

josh-'s all important dotfiles.
https://github.com/josh-/dotfiles

dotfiles git oh-my-zsh slate vim viml zsh

Last synced: 3 months ago
JSON representation

josh-'s all important dotfiles.

Awesome Lists containing this project

README

        

# Josh Parnham's Dotfiles

Based off [Ryan Bates's](https://github.com/ryanb/dotfiles) dotfiles, but (almost) all configuration is my own.

## Installation

Clone the repository and run the `rake install` task. It will prompt you before doing anything destructive.

git clone --recursive git://github.com/josh-/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install

## Information

I like to keep my dotfiles quite slim and under control - everything you see in each file was added manually by me after carefully considering its usefulness.

## Uninstall

To remove the dotfile configs, run the following commands. Be certain to double check the contents of the files before removing so you don't lose anything unexpected.

unlink ~/.bin
unlink ~/.gitignore
unlink ~/.gemrc
unlink ~/.gvimrc
unlink ~/.irbrc
unlink ~/.vim
unlink ~/.vimrc
rm ~/.zshrc # careful here
rm ~/.gitconfig
rm -rf ~/.dotfiles
rm -rf ~/.oh-my-zsh
chsh -s /bin/bash # change back to Bash if you want