Add ghostty config

This commit is contained in:
ViViDboarder 2025-01-06 10:55:51 -08:00
parent 16bb9b617a
commit 014d1bbc51
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
theme = wombat

View File

@ -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'

5
recipes/default/ghostty Executable file
View File

@ -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"