From 95ef6c6c4823acd6fa35f68a9b1fe656e2f96a4b Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 30 Sep 2025 09:53:10 +0200 Subject: [PATCH] fixed nq install, now using nq from leah neukirchen --- setup/modules/shell.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup/modules/shell.sh b/setup/modules/shell.sh index 85b3611..c204510 100644 --- a/setup/modules/shell.sh +++ b/setup/modules/shell.sh @@ -1,7 +1,6 @@ #!/bin/bash sudo pacman -Syu zsh neovim curl pyright bash atftp bash-language-server btop clang fastfetch fzf hyfetch lua-language-server micro nano pulsemixer yazi z qrencode distrobox -yay -Syu nq #cli dotfiles echo "Installing bash and zsh setting files" rm ~/.bashrc @@ -15,6 +14,13 @@ 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