mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
.cat.sh: add .oidentd.conf
This commit is contained in:
parent
89444a6a78
commit
cf859ce2d5
4
.cat.sh
4
.cat.sh
@ -8,6 +8,10 @@ cat vimrc > ~/.vimrc
|
|||||||
mkdir -p ~/.gnupg
|
mkdir -p ~/.gnupg
|
||||||
cat gnupg/gpg.conf > ~/.gnupg/gpg.conf
|
cat gnupg/gpg.conf > ~/.gnupg/gpg.conf
|
||||||
cat xsessionrc > ~/.xsessionrc
|
cat xsessionrc > ~/.xsessionrc
|
||||||
|
cat oidentd.conf > ~/.oidentd.conf
|
||||||
|
chmod 644 ~/.oidentd.conf
|
||||||
|
chmod 711 ~
|
||||||
|
|
||||||
exec $SHELL
|
exec $SHELL
|
||||||
|
|
||||||
# vim : set ft=sh :
|
# vim : set ft=sh :
|
||||||
|
Loading…
Reference in New Issue
Block a user