mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-23 09:01:10 +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 bashrc > ~/.bashrc
|
||||||
cat tmux.conf > ~/.tmux.conf
|
cat tmux.conf > ~/.tmux.conf
|
||||||
cat zshrc > ~/.zshrc
|
cat zshrc > ~/.zshrc
|
||||||
cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much.
|
cat gitconfig > ~/.gitconfig
|
||||||
cat vimrc > ~/.vimrc
|
cat vimrc > ~/.vimrc
|
||||||
#gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys A4271AC5 # Run gpg once to get configuration file and keyrings.
|
mkdir -p ~/.gnupg
|
||||||
cat gpg.conf > ~/.gnupg/gpg.conf # Maybe this shouldn't get replaced so much, since it contains my key ids.
|
cat gnupg/gpg.conf > ~/.gpg.conf
|
||||||
|
cat gpg.conf > ~/.gnupg/gpg.conf
|
||||||
cat xsessionrc > ~/.xsessionrc
|
cat xsessionrc > ~/.xsessionrc
|
||||||
exec $SHELL
|
exec $SHELL
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user