Update setup/modules/shell.sh
parent
e63f403394
commit
bbeb3cbb67
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue