This commit is contained in:
2024-11-04 08:08:13 -08:00
parent 31f66be980
commit b1f7bd5596
2 changed files with 5 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ echo 'alias wezterm="flatpak run org.wezfurlong.wezterm"' >>~/.bashrc
sudo apt install software-properties-common
sudo apt install tmux -y
######################################## Zed
sh ./zed.sh &
######################################## VSCode
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB3E94ADBE1229CF
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'

3
dev/ubuntu/zed.sh Normal file
View File

@@ -0,0 +1,3 @@
curl -f https://zed.dev/install.sh | sh
echo 'export PATH=$HOME/.local/bin:$PATH' >>~/.bashrc
source ~/.bashrc