Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/josh-/dotfiles
- Owner: josh-
- Created: 2012-07-29T05:32:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T00:23:51.000Z (about 1 year ago)
- Last Synced: 2024-01-14T08:10:11.508Z (about 1 year ago)
- Topics: dotfiles, git, oh-my-zsh, slate, vim, viml, zsh
- Language: Vim Script
- Homepage:
- Size: 74.2 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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