aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
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" ] \