instal: fix typo in symlink destination

This commit is contained in:
Aminda Suomalainen 2024-02-26 08:44:56 +02:00
parent b873473b75
commit 1264ab31c4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cat rc/profile >~/.profile
mkdir -p ~/.config/git
cat conf/gitconfig >~/.config/git/config
rm ~/.gitconfig
ln -sfv ~/.git/config ~/.gitconfig
ln -sfv ~/.config/git/config ~/.gitconfig
mkdir -p ~/.git-template
cat rc/vimrc >~/.vimrc
mkdir -p ~/.config/nvim/