Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/remixz/dotfiles

dot dot dot
https://github.com/remixz/dotfiles

Last synced: about 1 month ago
JSON representation

dot dot dot

Awesome Lists containing this project

README

        

## dotfiles

![screenshot](screenshot.png)

### setup

```bash
curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | fish
cat config.fish > ~/.config/fish/config.fish
cat fish_prompt.fish > ~/.oh-my-fish/themes/robbyrussell/fish_prompt.fish
gi osx node > ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global
```

### notes

to ensure compatiblity with things expecting bourne-style shells, my default shell is `bash`, and the login command in iterm is set to `/usr/local/bin/fish --login`

colour scheme: [base16 ocean dark](http://chriskempson.github.io/base16/#ocean)