mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
surely gitconfig exists before rm
This commit is contained in:
parent
3099179891
commit
b99e524d46
1
install
1
install
@ -12,6 +12,7 @@ cat rc/zshrc >~/.zshrc
|
|||||||
cat rc/profile >~/.profile
|
cat rc/profile >~/.profile
|
||||||
mkdir -p ~/.config/git
|
mkdir -p ~/.config/git
|
||||||
cat conf/gitconfig >~/.config/git/config
|
cat conf/gitconfig >~/.config/git/config
|
||||||
|
touch ~/.gitconfig
|
||||||
rm ~/.gitconfig
|
rm ~/.gitconfig
|
||||||
ln -sfv ~/.config/git/config ~/.gitconfig
|
ln -sfv ~/.config/git/config ~/.gitconfig
|
||||||
mkdir -p ~/.git-template
|
mkdir -p ~/.git-template
|
||||||
|
Loading…
Reference in New Issue
Block a user