Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.14 KB

File metadata and controls

26 lines (21 loc) · 1.14 KB

Useful little scripty widgets

Required Setup

$ git clone https://github.com/ram535ii/scripts ~/scripts
$ cd ~/scripts
$ make init

Vim

Colors

tmux

For vim-mode copy/paste to work, make sure the "Application in terminal may access clipboard" setting in iTerm2 is enabled. More info here.

Git

Git Hooks

  • git_template/hooks is included in .gitconfig so any new git repo (actually anywhere you run git init) will get these hooks copied across. These can then be customized to that repo locally. Long term it way be worth looking at symlinking instead if I don't want to change them.
  • If they a hook doesn't work, try chmod +x it, has caused me grief in the past