mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
install.run: don't overwrite existing ~/.oiden...
...td.conf
This commit is contained in:
parent
e22c3805ea
commit
1cec33227d
@ -3,7 +3,9 @@
|
||||
cat .bash_aliases.MKAYSIGREP > ~/.bash_aliases
|
||||
cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases
|
||||
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
|
||||
cat oidentd.conf > ~/.oidentd.conf
|
||||
if [ ! -f ~/.oidentd.conf ]; then
|
||||
cat oidentd.conf > ~/.oidentd.conf
|
||||
fi
|
||||
mkdir -p ~/.gnupg
|
||||
cat sks-keyservers.netCA.pem > ~/.gnupg/sks-keyservers.netCA.pem
|
||||
cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf
|
||||
|
@ -5,7 +5,9 @@ cat tmux.conf > ~/.tmux.conf
|
||||
cat zshrc > ~/.zshrc
|
||||
cat gitconfig > ~/.gitconfig
|
||||
cat vimrc > ~/.vimrc
|
||||
cat oidentd.conf > ~/.oidentd.conf
|
||||
if [ ! -f ~/.oidentd.conf ]; then
|
||||
cat oidentd.conf > ~/.oidentd.conf
|
||||
fi
|
||||
mkdir -p ~/.gnupg
|
||||
cat gpg.conf > ~/.gnupg/gpg.conf
|
||||
cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf
|
||||
|
Loading…
Reference in New Issue
Block a user