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

https://github.com/kevindew/dotfiles

Understand why I'm so unproductive by replicating my environment
https://github.com/kevindew/dotfiles

Last synced: about 1 year ago
JSON representation

Understand why I'm so unproductive by replicating my environment

Awesome Lists containing this project

README

          

# Dotfiles

Things to install:

- [Zsh](http://zsh.sourceforge.net/) - `brew install zsh`
- [Oh my zsh](https://github.com/robbyrussell/oh-my-zsh) - `sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"`
- [Base 16 Shell](https://github.com/chriskempson/base16-shell) - `git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell`
- [Vundle](https://github.com/VundleVim/Vundle.vim) - `git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
- [Silver Searcher](https://github.com/ggreer/the_silver_searcher) - `brew install the_silver_searcher`
- [Macvim](http://macvim-dev.github.io/macvim/) - `brew install macvim --override-system-vim`
- [OpenConnect](http://www.infradead.org/openconnect/) - `brew install openconnect`
- [The Fuck](https://github.com/nvbn/thefuck) - `brew install thefuck`