Skip to content

Commit

Permalink
feat: install vscode extension, remove distrobox-shim workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Dec 31, 2023
1 parent 1c6525a commit 763f680
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 39 deletions.
4 changes: 2 additions & 2 deletions dx/usr/bin/bluefin-dx-user-setup
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env bash

# Including this check here as well as a failsafe
if [[ -f $USER_SETUP_VER_FILE && $USER_SETUP_VER = $USER_SETUP_VER_RAN ]]; then
if [[ -f $USER_SETUP_VER_FILE && "$USER_SETUP_VER" = "$USER_SETUP_VER_RAN" ]]; then
echo "User setup has already run. Exiting..."
exit 0
fi

# Setup VSCode
# Pre-install preferred VSCode Extensions
code --install-extension ms-vscode-remote.remote-containers
cp -r /usr/share/ublue-os/configs/vscode/settings.json $HOME/.config/Code/User/settings.json
code --install-extension ms-azuretools.vscode-docker
4 changes: 1 addition & 3 deletions dx/usr/etc/skel.d/.config/Code/User/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"dev.containers.dockerComposePath": "podman-compose",
"dev.containers.dockerPath": "podman",
"window.titleBarStyle": "custom",
"editor.fontFamily": "'CaskaydiaCove Nerd Font Mono', 'Droid Sans Mono', 'monospace', monospace"
"editor.fontFamily": "'CaskaydiaCove Nerd Font Mono', 'Droid Sans Mono', 'monospace', monospace",
}
5 changes: 0 additions & 5 deletions usr/share/ublue-os/configs/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions usr/share/ublue-os/configs/vscode/distrobox-shim

This file was deleted.

14 changes: 0 additions & 14 deletions usr/share/ublue-os/configs/vscode/settings.json

This file was deleted.

0 comments on commit 763f680

Please sign in to comment.