updates ubuntu config

This commit is contained in:
2024-02-13 17:05:31 -08:00
parent 110bc2646f
commit 57d8009e25
3 changed files with 62 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
sudo apt install zig -y
sudo apt install neovim -y
# snap install nvim --classic
sudo apt install npm -y
sudo apt install golang-go -y
sudo apt install ripgrep -y
@@ -8,7 +8,12 @@ sudo apt install ruby-dev -y
sudo add-apt-repository ppa:lazygit-team/release -y
sudo apt update
sudo apt install lazygit -y
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
tar xf lazygit.tar.gz lazygit
sudo install lazygit /usr/local/bin
sudo apt install alacritty -y
sudo apt install tmux -y