summaryrefslogtreecommitdiff
path: root/dev-env
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2025-02-22 12:32:45 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2025-02-22 12:32:45 -0500
commit238e133c0aceb97cdd2789920202eecdc67eeba7 (patch)
treeb019c6add2f39f0e18d7322cb088aeee2a48bbad /dev-env
parent8cfa6920d50e3165a781df3381cdafa15972c057 (diff)
Ghostty Config
Diffstat (limited to 'dev-env')
-rwxr-xr-xdev-env16
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-env b/dev-env
index cd3f2c8..c748bf5 100755
--- a/dev-env
+++ b/dev-env
@@ -4,22 +4,22 @@ source util
dry="0"
while [[ $# -gt 0 ]]; do
- if [[ "$1" == "--dry" ]]; then
- dry="1"
- fi
- shift
+ if [[ "$1" == "--dry" ]]; then
+ dry="1"
+ fi
+ shift
done
cd $target/dotfiles
log "Copying Scripts"
if [[ "$(uname -s)" == "Darwin" ]]; then
- scripts="$(find ./scripts -maxdepth 1 -mindepth 1 -perm +111 -type f)"
+ scripts="$(find ./scripts -maxdepth 1 -mindepth 1 -perm +111 -type f)"
else
- scripts="$(find ./scripts -maxdepth 1 -mindepth 1 -executable -type f)"
+ scripts="$(find ./scripts -maxdepth 1 -mindepth 1 -executable -type f)"
fi
for script in $scripts; do
- log $script
- copy_file "$script" "$target/bin"
+ log $script
+ copy_file "$script" "$target/bin"
done
log "Copying Configs"