mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-19 13:34:19 +01:00
15 lines
410 B
Bash
15 lines
410 B
Bash
cd /tmp
|
|
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
|