diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-28 13:24:48 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-28 13:24:48 -0500 |
| commit | 0b19dbf19ac79657aa74c68b7f0e32b2525184ae (patch) | |
| tree | 960186aeb1e56f3a3f5af62c3e8fa62004353dc3 /install.sh | |
| parent | 30bd4297395f4787d1e4b0c1fa11f74499e487e5 (diff) | |
| download | dotfiles-0b19dbf19ac79657aa74c68b7f0e32b2525184ae.tar.gz dotfiles-0b19dbf19ac79657aa74c68b7f0e32b2525184ae.tar.xz | |
Theme tweaks. Include ghostty retro shader.
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
