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
- Host: GitHub
- URL: https://github.com/kevindew/dotfiles
- Owner: kevindew
- Created: 2016-08-14T15:39:06.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T20:59:20.000Z (over 2 years ago)
- Last Synced: 2024-10-05T01:41:13.569Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`