Skip to content

Commit 7f7930a

Browse files
committed
Add delta for git paging
1 parent e5dc7ba commit 7f7930a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/personal-setup/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "personal-setup",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"name": "Personal Setup",
55
"description": "Sets up my desired software and configuration for any devcontainer environment.",
66
"mounts": [

src/personal-setup/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ echo "Installing packages for distribution: $ID"
1212
case "$ID" in
1313
debian|ubuntu)
1414
apt-get update
15-
apt-get install -y fish rcm tree
15+
apt-get install -y fish git-delta rcm tree
1616
;;
1717
fedora)
18-
dnf install -y fish rcm tree
18+
dnf install -y fish git-delta rcm tree
1919
;;
2020
*)
2121
echo "Error: Unsupported distribution: $ID"

0 commit comments

Comments
 (0)