mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 21:14:21 +01:00
12 lines
343 B
Bash
12 lines
343 B
Bash
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
|