File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "id" : " personal-setup" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "name" : " Personal Setup" ,
55 "description" : " Sets up my desired software and configuration for any devcontainer environment." ,
66 "mounts" : [
1616 }
1717 ],
1818 "containerEnv" : {
19- "RCRC" : " /mnt/dotfiles/tag-devcontainer/rcrc"
19+ "RCRC" : " /mnt/dotfiles/tag-devcontainer/rcrc" ,
20+ "_IS_DEVCONTAINER" : " true"
2021 },
2122 "postCreateCommand" : " rcup -vf"
2223}
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ check "tree is available" bash -c "which tree"
1010check " ssh is available" bash -c " which ssh"
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"
13+ check " _IS_DEVCONTAINER is set" bash -c " test \"\$ _IS_DEVCONTAINER\" = \" true\" "
1314
1415reportResults
You can’t perform that action at this time.
0 commit comments