Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9elements/dotfiles
dotfiles
https://github.com/9elements/dotfiles
Last synced: 6 days ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/9elements/dotfiles
- Owner: 9elements
- Created: 2012-07-05T08:07:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T21:39:51.000Z (almost 10 years ago)
- Last Synced: 2024-04-11T03:52:06.256Z (7 months ago)
- Language: Shell
- Size: 703 KB
- Stars: 1
- Watchers: 20
- 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 gitbrew install git
* Clone this repo to your home dircd ~; git clone https://github.com/9elements/dotfiles.git
* Configure fishmkdir -p ~/.config/fish; cp -r ~/dotfiles/fish/* ~/.config/fish/
* mate/vim/subl/etc/shells
and add/usr/local/bin/fish
* Make fish the default shellchsh -s /usr/local/bin/fish
* Start a new shell and update your completionsfish_update_completions
## Update
cd ~/dotfiles
gp
cp -r ~/dotfiles/fish/* ~/.config/fish/## I want my old shell back
chsh -s /bin/bash