mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
.cat.sh: fix this script again...
This commit is contained in:
parent
9f12d233b1
commit
f0309e849d
2
.cat.sh
2
.cat.sh
@ -6,7 +6,7 @@ cat zshrc > ~/.zshrc
|
|||||||
cat gitconfig > ~/.gitconfig
|
cat gitconfig > ~/.gitconfig
|
||||||
cat vimrc > ~/.vimrc
|
cat vimrc > ~/.vimrc
|
||||||
mkdir -p ~/.gnupg
|
mkdir -p ~/.gnupg
|
||||||
cat gnupg/gpg.conf > ~/.gpg.conf
|
cat gnupg/gpg.conf > ~/.gnupg/gpg.conf
|
||||||
cat gpg.conf > ~/.gnupg/gpg.conf
|
cat gpg.conf > ~/.gnupg/gpg.conf
|
||||||
cat xsessionrc > ~/.xsessionrc
|
cat xsessionrc > ~/.xsessionrc
|
||||||
exec $SHELL
|
exec $SHELL
|
||||||
|
Loading…
Reference in New Issue
Block a user