Cleaning up.
This commit is contained in:
parent
0762c38b50
commit
f26274aeae
19 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ for module in mfaerevaag/wd zdharma-continuum/fast-syntax-highlighting; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# configs
|
# configs
|
||||||
for i in ${LOCAL_GIT_DIR}/dotfiles/_cli/*; do
|
for i in ${LOCAL_GIT_DIR}/dotfiles/config/*; do
|
||||||
rm -rf ${XDG_CONFIG_HOME}/$(basename $i)
|
rm -rf ${XDG_CONFIG_HOME}/$(basename $i)
|
||||||
ln -sf ${LOCAL_GIT_DIR}/dotfiles/_cli/$(basename $i) ${XDG_CONFIG_HOME}/
|
ln -sf ${LOCAL_GIT_DIR}/dotfiles/config/$(basename $i) ${XDG_CONFIG_HOME}/
|
||||||
done
|
done
|
||||||
|
|
||||||
# nvim setup
|
# nvim setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue