From 3d84b89e9a3567552f55b7ea1cfaafea78cd8ae6 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 1 May 2024 12:48:38 +0200 Subject: [PATCH] Updates --- .install/neovim.sh | 3 ++- install.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 100755 .install/neovim.sh diff --git a/.install/neovim.sh b/.install/neovim.sh old mode 100644 new mode 100755 index 9e78bd8..5c58e63 --- a/.install/neovim.sh +++ b/.install/neovim.sh @@ -6,7 +6,8 @@ if [ -d ~/dotfiles/nvim ]; then echo -e "${GREEN}" figlet "Neovim" echo -e "${NONE}" - if gum confirm "Do you want to install the ML4W Neovim configuration and overwrite your existing configuration?"; then + echo ":: The script has detected a nvim folder." + if gum confirm "Do you want to install the ML4W Neovim configuration?"; then echo ":: ML4W Neovim configuration will be installed" neovim=1 else diff --git a/install.sh b/install.sh index d7e68cc..d1666fa 100755 --- a/install.sh +++ b/install.sh @@ -63,10 +63,10 @@ source .install/wallpaper.sh source .install/displaymanager.sh source .install/issue.sh source .install/restore.sh -source .install/keyboard.sh source .install/neovim.sh -source .install/vm.sh +source .install/keyboard.sh source .install/hook.sh +source .install/vm.sh source .install/copy.sh source .install/init-pywal.sh if [[ $profile == *"Hyprland"* ]]; then