Marcel Schneider
3 years ago
No known key found for this signature in database
GPG Key ID: 86027C59718EEE88
1 changed files with
1 additions and
0 deletions
-
install.sh
|
@ -25,6 +25,7 @@ done |
|
|
|
|
|
|
|
|
# Vim folders |
|
|
# Vim folders |
|
|
echo -e "\eLinking vim files and folders" |
|
|
echo -e "\eLinking vim files and folders" |
|
|
|
|
|
mkdir "$HOME/.config/nvim" |
|
|
ln "$DOTFILES/init.vim" "$HOME/.config/nvim" |
|
|
ln "$DOTFILES/init.vim" "$HOME/.config/nvim" |
|
|
linkables=$( find vim -mindepth 1 -type d -exec basename {} \; ) |
|
|
linkables=$( find vim -mindepth 1 -type d -exec basename {} \; ) |
|
|
mkdir ~/.config/nvim |
|
|
mkdir ~/.config/nvim |
|
|