Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdonaldson/dotfiles_legacy
dotfiles repo
https://github.com/jdonaldson/dotfiles_legacy
Last synced: about 1 month ago
JSON representation
dotfiles repo
- Host: GitHub
- URL: https://github.com/jdonaldson/dotfiles_legacy
- Owner: jdonaldson
- License: mit
- Created: 2012-01-19T19:27:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T18:01:48.000Z (over 3 years ago)
- Last Synced: 2023-03-11T08:12:53.324Z (almost 2 years ago)
- Language: Shell
- Homepage:
- Size: 2.74 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Justin Donaldson's Dot Files
These are config files to set up a system the way I like it. I've shamelessly
copied a lot of stuff from [Ryan Bates](https://github.com/ryanb/dotfiles).
But, I've changed a lot as well. For one, I've disabled the zsh related
configs, and modified the vim configurations to work with vim-plug. I've also
added a lot of misc utility vim plugins, they might be useful to others.I use this set of configs for both my osx and linux machines.
## Installation
Run the following commands in your terminal. It will prompt you before it does
anything destructive. Check the Rakefile to see exactly what it is doing.```bash
git clone git://github.com/jdonaldson/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install
```## 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 custom
settings. It is helpful to also check the link targets in your home directory
``ls -l``. If any of them are pointing to your ``.dotfiles`` directory, they
will need to be removed.```bash
unlink ~/.bin
unlink ~/.gitignore
unlink ~/.gemrc
unlink ~/.gvimrc
unlink ~/.irbrc
unlink ~/.vim
unlink ~/.vimrc
rm ~/.gitconfig
rm -rf ~/.dotfiles
```