From 014d1bbc51aaf0a8d89ad2b95592a50cf98ecde8 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 6 Jan 2025 10:55:51 -0800 Subject: [PATCH] Add ghostty config --- assets/default/ghostty/config | 1 + main-cookbook | 1 + recipes/default/ghostty | 5 +++++ 3 files changed, 7 insertions(+) create mode 100644 assets/default/ghostty/config create mode 100755 recipes/default/ghostty diff --git a/assets/default/ghostty/config b/assets/default/ghostty/config new file mode 100644 index 0000000..39d10a5 --- /dev/null +++ b/assets/default/ghostty/config @@ -0,0 +1 @@ +theme = wombat diff --git a/main-cookbook b/main-cookbook index eaad392..73443db 100755 --- a/main-cookbook +++ b/main-cookbook @@ -88,6 +88,7 @@ recipe 'fish' if $install_ui_terms ; then recipe 'alacritty' recipe 'kitty' + recipe 'ghostty' set_installed 'ui_terms' if $install_nerd_fonts ; then recipe 'nerd-fonts' diff --git a/recipes/default/ghostty b/recipes/default/ghostty new file mode 100755 index 0000000..574921d --- /dev/null +++ b/recipes/default/ghostty @@ -0,0 +1,5 @@ +#! /bin/bash + +# Link and add source all synced ghostty configs +try_link "$DEFAULT_ASSETS_PATH" "$XDG_CONFIG_HOME/ghostty" +# sudo_package "ghostty"