Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/9elements/dotfiles

dotfiles
https://github.com/9elements/dotfiles

Last synced: 6 days ago
JSON representation

dotfiles

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