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