This commit is contained in:
Stephan Raabe 2024-05-01 12:48:38 +02:00
parent 207732dae4
commit 3d84b89e9a
2 changed files with 4 additions and 3 deletions

3
.install/neovim.sh Normal file → Executable file
View File

@ -6,7 +6,8 @@ if [ -d ~/dotfiles/nvim ]; then
echo -e "${GREEN}" echo -e "${GREEN}"
figlet "Neovim" figlet "Neovim"
echo -e "${NONE}" 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" echo ":: ML4W Neovim configuration will be installed"
neovim=1 neovim=1
else else

View File

@ -63,10 +63,10 @@ source .install/wallpaper.sh
source .install/displaymanager.sh source .install/displaymanager.sh
source .install/issue.sh source .install/issue.sh
source .install/restore.sh source .install/restore.sh
source .install/keyboard.sh
source .install/neovim.sh source .install/neovim.sh
source .install/vm.sh source .install/keyboard.sh
source .install/hook.sh source .install/hook.sh
source .install/vm.sh
source .install/copy.sh source .install/copy.sh
source .install/init-pywal.sh source .install/init-pywal.sh
if [[ $profile == *"Hyprland"* ]]; then if [[ $profile == *"Hyprland"* ]]; then