Fixes
This commit is contained in:
@@ -2,9 +2,14 @@ project_root := justfile_directory()
|
||||
scripts_dir := project_root + "/Scripts"
|
||||
|
||||
# Run the full setup flow.
|
||||
[default]
|
||||
all:
|
||||
bash '{{scripts_dir}}/setup.sh'
|
||||
|
||||
# Run the lightweight bootstrap flow: base packages and shell-file stow.
|
||||
bootstrap:
|
||||
bash '{{scripts_dir}}/setup.sh' --bootstrap-only
|
||||
|
||||
# Install the base system layer only.
|
||||
base:
|
||||
bash '{{scripts_dir}}/base.sh'
|
||||
|
||||
Reference in New Issue
Block a user