https://github.com/deepredsky/dotfiles
:rocket: My dotfiles
https://github.com/deepredsky/dotfiles
dotfiles vim
Last synced: about 1 year ago
JSON representation
:rocket: My dotfiles
- Host: GitHub
- URL: https://github.com/deepredsky/dotfiles
- Owner: deepredsky
- License: mit
- Created: 2016-10-12T22:16:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T16:24:47.000Z (over 1 year ago)
- Last Synced: 2025-05-10T04:07:39.529Z (about 1 year ago)
- Topics: dotfiles, vim
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dot Files
These are config files to set up a system the way I like it.
## Installation
Run the following commands in your terminal. It will prompt you before it does anything destructive.
```terminal
git clone git://github.com/deepredsky/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install
```
After installing, open a new terminal window to see the effects.
## 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.
```
unlink ~/.bin
unlink ~/.gitignore
unlink ~/.gemrc
unlink ~/.irbrc
unlink ~/.vim
unlink ~/.vimrc
rm ~/.gitconfig
rm -rf ~/.dotfiles
chsh -s /bin/bash # change back to Bash if you want
```
Then open a new terminal window to see the effects.
Based on https://github.com/ryanb/dotfiles