makes individual app scripts

This commit is contained in:
2025-04-21 11:33:38 -07:00
parent 9cd14a76e7
commit 925e63d67f
4 changed files with 27 additions and 0 deletions

3
ubuntu/apps/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