Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 785 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 785 Bytes

Config list

Vim

  • .vimrc
  • vim plugins

Script

  • .bashrc
  • bash scripts

Git

  • .gitconfig
  • gitmessage.txt

issue - how to resolve

vim cursor jumps to top of source

- 1552 au! CursorHold * nested call <SID>SrcExpl_Refresh()
+ 1553 au! CursorHold * call <SID>SrcExpl_Refresh()

note

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