From 41677efb3da7bcff2c09df79806e604c41692d7b Mon Sep 17 00:00:00 2001 From: david Date: Sun, 26 Jan 2025 22:01:51 -0600 Subject: [PATCH] Add install script for shells --- README.md | 1 - installs_and_builds/s03_shells | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100755 installs_and_builds/s03_shells diff --git a/README.md b/README.md index 14f6d71..d117fd2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ - from the repo's root directory, run `./box_setup` ### todo items -- review primeagen's runs dir - nvim config - consider: optional vim config as a backup? - decide on and implement approach for languages and versioning diff --git a/installs_and_builds/s03_shells b/installs_and_builds/s03_shells new file mode 100755 index 0000000..6fcbba3 --- /dev/null +++ b/installs_and_builds/s03_shells @@ -0,0 +1,3 @@ +#!/bin/zsh + +${=BOX_SETUP_INSTALL_COMMAND} zsh