Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pricco/dotfiles
:neckbeard: Pablo's dotfiles (iterm2+zsh+tmux+vim+onedark)
https://github.com/pricco/dotfiles
dotfiles iterm2 prezto solarized tmux zsh
Last synced: about 1 month ago
JSON representation
:neckbeard: Pablo's dotfiles (iterm2+zsh+tmux+vim+onedark)
- Host: GitHub
- URL: https://github.com/pricco/dotfiles
- Owner: pricco
- License: mit
- Created: 2013-10-05T20:28:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T03:23:13.000Z (12 months ago)
- Last Synced: 2024-02-03T04:26:28.289Z (12 months ago)
- Topics: dotfiles, iterm2, prezto, solarized, tmux, zsh
- Language: Shell
- Homepage:
- Size: 1.72 MB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pablo's dotfiles
[![Travis CI](https://travis-ci.org/pricco/dotfiles.svg?branch=master)](https://travis-ci.org/pricco/dotfiles)
![Screen Shot](https://github.com/pricco/dotfiles/raw/master/screenshot.png)## Requirements
* zsh
* tmux
* iterm2 (optional)
* ag (optional)### Tests
* shellcheck## Installation
To install these dotfiles:
```bash
sh -c "`curl -fsSL https://raw.github.com/pricco/dotfiles/master/bootstrap.sh`"
```### Fix slow vim on mac+iterm+tmux
`defaults write -g KeyRepeat -int 1`
Source: https://github.com/tmux/tmux/issues/353#issuecomment-419286706
### Post Instllation
* Under tmux press `Ctrl+a I` to install the tmux's plugins.
* Set iTerm2 to read the configuration file from user's home then run
`killall cfprefsd` and restart iTerm2 (cmd+q) to reload the configuration.
* Patch the Menlo font to support Powerline characters.
* Set your username and e-mail in ~/.gitconfig#### Fonts (zsh/vim/tmux)
* http://powerline.readthedocs.org/en/latest/installation/linux.html#patched-font-installation
* http://powerline.readthedocs.org/en/latest/installation/linux.html#fontconfig
* https://gist.github.com/baopham/1838072
* https://github.com/Lokaltog/powerline/issues/96## Inspiration
* https://github.com/skwp/dotfiles
* http://vim.spf13.com/
* http://amix.dk/vim/vimrc.html
* https://github.com/mathiasbynens/dotfiles
* http://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/
* https://github.com/kien/ctrlp.vim
* http://nvie.com/posts/how-i-boosted-my-vim/
* https://github.com/grota/dotfiles