Add .config/ghostty/config
authorColin P. McCabe <cmccabe@apache.org>
Thu, 23 Jan 2025 20:15:39 +0000 (12:15 -0800)
committerColin P. McCabe <cmccabe@apache.org>
Thu, 23 Jan 2025 20:16:24 +0000 (12:16 -0800)
.config/ghostty/config [new file with mode: 0644]
install-symlinks.sh

diff --git a/.config/ghostty/config b/.config/ghostty/config
new file mode 100644 (file)
index 0000000..e06f1c8
--- /dev/null
@@ -0,0 +1,4 @@
+font-family = GoMono Nerd Font Mono
+theme = flexoki-light
+font-thicken = true
+window-colorspace = display-p3
index 3ca68a4..fa26a37 100755 (executable)
@@ -42,6 +42,7 @@ for file in ${BASEDIR}/.[^.]*; do
        [ "${basefile}" == ".git" ] && continue
        [ "${basefile}" == ".gitignore" ] && continue
        [ "${basefile}" == ".ssh" ] && continue
+       [ "${basefile}" == ".config" ] && continue
 
        pushd .. > /dev/null
        if [ -L ${basefile} ]; then
@@ -72,3 +73,8 @@ pushd ../.gradle
 rm -f ./gradle.properties
 ln -s ../.gradle.properties  ./gradle.properties 
 popd
+
+# Install .config/
+mkdir -p ../.config
+mkdir -p ../.config/ghostty
+cp -f .config/ghostty/config ../.config/ghostty