preinstall packet
parent
86d1a9c755
commit
543779c792
4
prep
4
prep
|
@ -4,3 +4,7 @@ sudo apt update && sudo apt upgrade -y
|
|||
sudo apt install -y neovim ripgrep build-essential git cmake fzf stow zsh
|
||||
sudo update-alternatives --set editor /usr/bin/nvim
|
||||
sudo update-alternatives --set vim /usr/bin/nvim
|
||||
|
||||
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
|
||||
~/.local/share/nvim/site/pack/packer/start/packer.nvim
|
||||
|
||||
|
|
Loading…
Reference in New Issue