aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 29b06cd..606e486 100755
--- a/install.sh
+++ b/install.sh
@@ -47,6 +47,7 @@ if ! [ -d "$_ghosttydir" ] ; then
mkdir "$_ghosttydir"
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