mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
.cat.sh: Two things
1. Why I don't want gitconfig to be overwritten? 2. Why does it matter that my KEYID reads in gpg.conf?
This commit is contained in:
parent
3c45f35f84
commit
0dd8601375
4
.cat.sh
4
.cat.sh
@ -3,10 +3,10 @@
|
||||
cat bashrc > ~/.bashrc
|
||||
cat tmux.conf > ~/.tmux.conf
|
||||
cat zshrc > ~/.zshrc
|
||||
#cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much.
|
||||
cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much.
|
||||
cat vimrc > ~/.vimrc
|
||||
#gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys A4271AC5 # Run gpg once to get configuration file and keyrings.
|
||||
#cat gpg.conf > ~/.gnupg/gpg.conf # Maybe this shouldn't get replaced so much, since it contains my key ids.
|
||||
cat gpg.conf > ~/.gnupg/gpg.conf # Maybe this shouldn't get replaced so much, since it contains my key ids.
|
||||
cat xsessionrc > ~/.xsessionrc
|
||||
exec $SHELL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user