Dotfiles for Vim, tmux, bash, ssh, git
$ git clone git@github.com:robertquitt/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./install.sh
These dotfiles are for a 256 color terminal. To change this on MinTTY, do the following steps.
- Right-click the top of the MinTTY window
- Click "Options ..."
- Click "Terminal"
- Under "Type", select "xterm-256color"
| Name | Key Combination |
|---|---|
| leader | C-Space |
| switch panes | C-h,C-j,C-k,C-l |
| switch panes | M-h,M-j,M-k,M-l |
| Name | Key Combination |
|---|---|
| Leader | \\ |
| Toggle NERDTree | <F7>, Leader+7 |
| Toggle CTags | <F8>, Leader+8 |
- Work with inputrc
- Make bashrc nicer
- Make install.sh aware of existing .ssh/authorized keys
- Add .ssh/config to dotfiles
- Make .gitconfig installation work better (merge?)
- Make this repo more accesible