Skip to content

Instantly share code, notes, and snippets.

View ghorsey's full-sized avatar
🎯
Focusing

Geoff ghorsey

🎯
Focusing
View GitHub Profile
@ghorsey
ghorsey / AddOpenWithNeoVim.reg
Last active January 18, 2023 01:57
Add NeoVim to Windows Explorer Right Click
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\NVim]
@="Open with N&eoVim"
"Icon"="C:\\Program Files\\Neovim\\bin\\nvim-qt.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\NVim\command]
@="C:\\Program Files\\Neovim\\bin\\nvim.exe %V"
[HKEY_CLASSES_ROOT\Directory\shell\NVim]
@ghorsey
ghorsey / iterm2-solarized.md
Created January 31, 2020 02:09 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@ghorsey
ghorsey / .gitconfig
Last active November 13, 2019 05:07
My current .gitconfig
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
co = commit
m = merge
ch = checkout
pl = pull
pu = push
ffs = flow feature start
fff = flow feature finish
fbs = flow bugfix start