jsg2021 / dotfiles

my profile & utility scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

my profile & utility scripts

run install in terminal to link in configs.

Setup:

git clone git@github.com:jsg2021/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
git submodule update --init --recursive
./install

Signing commits

sudo port install gnupg2

check current keys:

gpg2 --list-secret-keys --keyid-format LONG

Generate a new pgp key:

gpg2 --gen-key

Setup git:

git config --global gpg.program gpg2
git config --global user.signingkey your_key_id
git config --global commit.gpgsign true

About

my profile & utility scripts


Languages

Language:Shell 94.7%Language:Perl 1.6%Language:Lua 1.0%Language:Ruby 1.0%Language:Python 0.8%Language:Roff 0.6%Language:Makefile 0.2%Language:Dockerfile 0.1%Language:Batchfile 0.0%Language:Vim Script 0.0%