Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remixz/dotfiles
dot dot dot
https://github.com/remixz/dotfiles
Last synced: about 1 month ago
JSON representation
dot dot dot
- Host: GitHub
- URL: https://github.com/remixz/dotfiles
- Owner: remixz
- Created: 2014-08-10T05:27:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-10T05:42:00.000Z (over 10 years ago)
- Last Synced: 2024-04-13T03:33:46.781Z (7 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
![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)