Skip to content

koooge/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My setup dotfiles

deploy

curl -L raw.github.com/koooge/dotfiles/master/install.sh | bash

GPG

git config --global user.name koooge
git config --global user.email [email protected]
git config --global user.signingkey 341D76B5D0FD8E4E

gpg --import <path/to/sec.pem>

sec.pem

gpg -a --export-secret-key [email protected] > sec.pem