fixed nq install, now using nq from leah neukirchen
parent
0c637e636a
commit
95ef6c6c48
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue