mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
instal: fix typo in symlink destination
This commit is contained in:
parent
b873473b75
commit
1264ab31c4
2
install
2
install
@ -13,7 +13,7 @@ cat rc/profile >~/.profile
|
|||||||
mkdir -p ~/.config/git
|
mkdir -p ~/.config/git
|
||||||
cat conf/gitconfig >~/.config/git/config
|
cat conf/gitconfig >~/.config/git/config
|
||||||
rm ~/.gitconfig
|
rm ~/.gitconfig
|
||||||
ln -sfv ~/.git/config ~/.gitconfig
|
ln -sfv ~/.config/git/config ~/.gitconfig
|
||||||
mkdir -p ~/.git-template
|
mkdir -p ~/.git-template
|
||||||
cat rc/vimrc >~/.vimrc
|
cat rc/vimrc >~/.vimrc
|
||||||
mkdir -p ~/.config/nvim/
|
mkdir -p ~/.config/nvim/
|
||||||
|
Loading…
Reference in New Issue
Block a user