Skip to content

ram535ii/scripts

Repository files navigation

Useful little scripty widgets

Required Setup

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

Vim

Colors

  • .vimrc handles the color scheme selection for vim
    • Make sure base16-railscast.vim is in .vim/colors
  • for iTerm use iTermVimThemes/base16-railscast-custom.itermcolors as the color scheme (with mild transparency)

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published