tyankatsu0105 / dotfiles

original settings files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sh install.sh

git

.gitconfig

cp gitconfig.local.sample gitconfig.local

gitignore

git config --global core.excludesFile ~/.gitignore_global

pinentry

M1

echo 'pinentry-program /opt/homebrew/bin/pinentry-mac' > ~/.gnupg/gpg-agent.conf
gpgconf --kill gpg-agent

Intel mac

echo 'pinentry-program /usr/local/bin/pinentry-mac' > ~/.gnupg/gpg-agent.conf
gpgconf --kill gpg-agent

About

original settings files


Languages

Language:Shell 100.0%