Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 310 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 310 Bytes

Dotfiles

.bash_aliases .bashrc .gitconfig .vimrc

Dev Font

https://github.com/tonsky/FiraCode

GPG

Install

# OSX
brew install gnupg gpg-agent pinentry-mac

Git Config

git config --global user.signingkey <YOUR-SIGNING-KEY-PUB-ID>
git config --global commit.gpgsign true