Vim
- .vimrc
- vim plugins
Script
- .bashrc
- bash scripts
Git
- .gitconfig
- gitmessage.txt
vim cursor jumps to top of source
- desc: wenlongche/SrcExpl#6
- workaround
- remove
nested
syntax on SrcExpl plugin - https://github.com/wesleyche/SrcExpl/pull/9/commits/d8b906a68228f3138fc3a7b32258b0ea5c3c4bd4
- remove
- 1552 au! CursorHold * nested call <SID>SrcExpl_Refresh()
+ 1553 au! CursorHold * call <SID>SrcExpl_Refresh()
ssh-keygen
$ ssh-keygen -t rsa -b 4096 -C "email addr"
$ cat ~/.ssh/id_rsa.pub
brew install (Mac)
- package manager for Apple
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ brew install wget