From bbeb3cbb67f54460d4fe8d4097ade1be56fb0f6e Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 13 Oct 2025 10:57:45 +0200 Subject: [PATCH] Update setup/modules/shell.sh --- setup/modules/shell.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/setup/modules/shell.sh b/setup/modules/shell.sh index fe9ad5e..62eac25 100644 --- a/setup/modules/shell.sh +++ b/setup/modules/shell.sh @@ -14,13 +14,6 @@ ln -s ~/Dotfiles/starship.toml ~/.config/ rm -rf ~/.config/micro/ cp -r ~/Dotfiles/micro/ ~/.config/ -echo "Installing yay" -cd ~ -mkdir install-tmp -cd install-tmp -git clone https://github.com/leahneukirchen/nq.git -cd nq -sudo make install #vim plug installer curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim