mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 05:40:25 +01:00
Install neovim config dir
This commit is contained in:
@@ -66,7 +66,7 @@ cd || exit
|
||||
mkdir -p .config/direnv
|
||||
|
||||
# Symlink all the things
|
||||
for TARGET in .bash_aliases .bashrc bin .gitconfig .gitignore_global .gitmodules .hgauthors.txt .hgignore .hgrc .ideavimrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh .config/direnv/direnvrc
|
||||
for TARGET in .bash_aliases .bashrc bin .gitconfig .gitignore_global .gitmodules .hgauthors.txt .hgignore .hgrc .ideavimrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh .config/direnv/direnvrc .config/nvim
|
||||
do
|
||||
make_link $DIR $TARGET
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user