prep
parent
9bea5fb64b
commit
86d1a9c755
2
prep
2
prep
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo apt update && sudo apt upgrade -y
|
sudo apt update && sudo apt upgrade -y
|
||||||
sudo apt install -y neovim ripgrep build-essential git cmake fzf stow
|
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 editor /usr/bin/nvim
|
||||||
sudo update-alternatives --set vim /usr/bin/nvim
|
sudo update-alternatives --set vim /usr/bin/nvim
|
||||||
|
|
Loading…
Reference in New Issue