add scripts

This commit is contained in:
2024-06-17 00:39:57 +02:00
parent 2bf85de679
commit 3f71189bf1
9 changed files with 93 additions and 0 deletions

14
install/app-vscode.sh Normal file
View File

@@ -0,0 +1,14 @@
cd ~/Downloads
wget -O code.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64'
sudo apt install -y ./code.deb
rm code.deb
cd -
mkdir -p ~/.config/Code/User
cp ~/.local/share/omakub/configs/vscode.json ~/.config/Code/User/settings.json
# Install default supported themes
code --install-extension enkia.tokyo-night
# Install default language extensions
code --install-extension golang.go