We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dc7ba commit 7f7930aCopy full SHA for 7f7930a
2 files changed
src/personal-setup/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "personal-setup",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"name": "Personal Setup",
5
"description": "Sets up my desired software and configuration for any devcontainer environment.",
6
"mounts": [
src/personal-setup/install.sh
@@ -12,10 +12,10 @@ echo "Installing packages for distribution: $ID"
12
case "$ID" in
13
debian|ubuntu)
14
apt-get update
15
- apt-get install -y fish rcm tree
+ apt-get install -y fish git-delta rcm tree
16
;;
17
fedora)
18
- dnf install -y fish rcm tree
+ dnf install -y fish git-delta rcm tree
19
20
*)
21
echo "Error: Unsupported distribution: $ID"
0 commit comments