Working on install script(s)

This commit is contained in:
Michael
2021-12-31 16:43:37 -05:00
parent a720f97df9
commit d6ab348a40
27 changed files with 82 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ if test -z "$(type vim)"; then
exit 1
fi
mkdir "${HOME}/.vim" |true
mkdir "${HOME}/.vim" >/dev/null 2>&1
ln -sfv "${PWD}/.vim/vimrc" "${HOME}/.vim/vimrc"