changes locations and updates ubuntu

This commit is contained in:
2024-11-18 23:21:02 -08:00
parent 27fdd96a28
commit 312be03783
5 changed files with 156 additions and 0 deletions

View File

@@ -3,12 +3,15 @@ sudo apt install zig -y
snap install nvim --classic
sudo apt install xsel xclip wl-clipboard
sudo apt install ripgrep -y
sudo apt install zlib1g zlib1g-dev -y
sudo cp ../../sesh /usr/bin
cp ../tmux.conf ~/.tmux.conf
######################################## Homebrew and ASDF
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >>~/.bashrc
source ~/.bashrc
sudo apt-get install build-essential