fixed nq install, now using nq from leah neukirchen

main
The_miro 2025-09-30 09:53:10 +02:00
parent 0c637e636a
commit 95ef6c6c48
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#!/bin/bash #!/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 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 #cli dotfiles
echo "Installing bash and zsh setting files" echo "Installing bash and zsh setting files"
rm ~/.bashrc rm ~/.bashrc
@ -15,6 +14,13 @@ ln -s ~/Dotfiles/starship.toml ~/.config/
rm -rf ~/.config/micro/ rm -rf ~/.config/micro/
cp -r ~/Dotfiles/micro/ ~/.config/ 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 #vim plug installer
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim