Useful little scripty widgets
$ git clone https://github.com/ram535ii/scripts ~/scripts
$ cd ~/scripts
$ make init- For my old skool vim:
- .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)
- .vimrc handles the color scheme selection for vim
- For LazyVim:
- Install a nice Nerd Font (to get icons): https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Regular/RobotoMonoNerdFont-Regular.ttf
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_template/hooksis included in.gitconfigso any new git repo (actually anywhere you rungit 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 +xit, has caused me grief in the past