https://github.com/remixz/dotfiles
dot dot dot
https://github.com/remixz/dotfiles
Last synced: 3 months ago
JSON representation
dot dot dot
- Host: GitHub
- URL: https://github.com/remixz/dotfiles
- Owner: remixz
- Created: 2014-08-10T05:27:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-10T05:42:00.000Z (almost 11 years ago)
- Last Synced: 2025-03-15T00:46:59.911Z (3 months ago)
- Language: Shell
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## dotfiles

### 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)