aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2026-01-06 23:01:46 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2026-01-06 23:01:46 -0500
commita19b70359cb2425cd7b4a173d116ec5173a277bd (patch)
treef98ed01b4bcd6bd9e6088825890599360f85d919 /install.sh
parent487592695a99df1048e53985bd84da6c6d6c60c4 (diff)
downloaddotfiles-a19b70359cb2425cd7b4a173d116ec5173a277bd.tar.gz
dotfiles-a19b70359cb2425cd7b4a173d116ec5173a277bd.tar.xz
Remove unused scripts
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/install.sh b/install.sh
index f99c958..c72aa7a 100755
--- a/install.sh
+++ b/install.sh
@@ -49,13 +49,13 @@ fi
setLink -s "$(pwd)/dotfiles/ghostty/config" -d "$_ghosttydir/config"
setLink -s "$(pwd)/dotfiles/ghostty/retro.glsl" -d "$_ghosttydir/retro.glsl"
-if ! [ -d "$bindir" ] ; then mkdir "$bindir" ; fi
-for _f in bin/* ; do
- src="$(pwd)/$_f"
- dest="${bindir}/$(basename "$_f")"
-
- setLink -s "$src" -d "$dest"
-done
+# if ! [ -d "$bindir" ] ; then mkdir "$bindir" ; fi
+# for _f in bin/* ; do
+# src="$(pwd)/$_f"
+# dest="${bindir}/$(basename "$_f")"
+#
+# setLink -s "$src" -d "$dest"
+# done
if [ "$(uname)" != "Darwin" ] \
&& [ -n "$DISPLAY" ] && [ "$XDG_SESSION_TYPE" != "wayland" ] \