File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Sets up my desired software and configuration for any devcontainer environment.
77
88``` json
99"features" : {
10- "ghcr.io/csutter/devcontainer-features/personal-setup:2 " : {}
10+ "ghcr.io/csutter/devcontainer-features/personal-setup:3 " : {}
1111}
1212```
1313
Original file line number Diff line number Diff line change 11{
22 "id" : " personal-setup" ,
3- "version" : " 2 .0.0" ,
3+ "version" : " 3 .0.0" ,
44 "name" : " Personal Setup" ,
55 "description" : " Sets up my desired software and configuration for any devcontainer environment." ,
66 "mounts" : [
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ echo "Installing packages for distribution: $ID"
1212case " $ID " in
1313 debian|ubuntu)
1414 apt-get update
15- apt-get install -y fish git-delta rcm tree openssh-client
15+ apt-get install -y fzf git-delta rcm tree openssh-client
1616 ;;
1717 fedora)
18- dnf install -y fish git-delta rcm tree openssh-clients
18+ dnf install -y fzf git-delta rcm tree openssh-clients
1919 ;;
2020 * )
2121 echo " Error: Unsupported distribution: $ID "
Original file line number Diff line number Diff line change 33
44source dev-container-features-test-lib
55
6- check " delta is available" bash -c " which delta"
7- check " fish is available" bash -c " which fish "
6+ check " delta is available" bash -c " which delta"
7+ check " fzf is available" bash -c " which fzf "
88check " rcm is available" bash -c " which rcup"
9- check " tree is available" bash -c " which tree"
109check " ssh is available" bash -c " which ssh"
10+ check " tree is available" bash -c " which tree"
1111# Use a dotfile that should _always_ be present on any system
1212check " dotfiles are installed" bash -c " test -f $HOME /.config/fish/config.fish"
1313check " rcrc is present" bash -c " test -f /etc/rcrc"
You can’t perform that action at this time.
0 commit comments