https://github.com/9elements/dotfiles
dotfiles
https://github.com/9elements/dotfiles
Last synced: about 2 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/9elements/dotfiles
- Owner: 9elements
- Created: 2012-07-05T08:07:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T21:39:51.000Z (about 11 years ago)
- Last Synced: 2025-02-16T19:09:47.309Z (10 months ago)
- Language: Shell
- Size: 703 KB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Resistance is futile!
## Prequerities
* Install homebrew https://github.com/mxcl/homebrew/
* Install fish http://ridiculousfish.com/shell/
* Install git brew install git
* Clone this repo to your home dir cd ~; git clone https://github.com/9elements/dotfiles.git
* Configure fish mkdir -p ~/.config/fish; cp -r ~/dotfiles/fish/* ~/.config/fish/
* mate/vim/subl /etc/shells and add /usr/local/bin/fish
* Make fish the default shell chsh -s /usr/local/bin/fish
* Start a new shell and update your completions fish_update_completions
## Update
cd ~/dotfiles
gp
cp -r ~/dotfiles/fish/* ~/.config/fish/
## I want my old shell back
chsh -s /bin/bash