93d0630fb0
Thanks @iljo-dp for finding the themes!
12 lines
340 B
Bash
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
|