mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-22 08:40:37 +01:00
.cat.sh: Fix the GPG part.
This commit is contained in:
parent
4ec8693cc7
commit
9f12d233b1
7
.cat.sh
7
.cat.sh
@ -3,10 +3,11 @@
|
||||
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
|
||||
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.
|
||||
mkdir -p ~/.gnupg
|
||||
cat gnupg/gpg.conf > ~/.gpg.conf
|
||||
cat gpg.conf > ~/.gnupg/gpg.conf
|
||||
cat xsessionrc > ~/.xsessionrc
|
||||
exec $SHELL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user