sunhat/install/app-vscode.sh
David Heinemeier Hansson 93d0630fb0 Add Nord theme (and lazy load vsc theme extensions)
Thanks @iljo-dp for finding the themes!
2024-06-06 20:55:17 +02:00

12 lines
340 B
Bash

cd ~/Downloads
wget -O code.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64'
sudo apt install ./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