mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-01-22 05:04:20 +00:00
Add ghostty config
This commit is contained in:
parent
16bb9b617a
commit
014d1bbc51
1
assets/default/ghostty/config
Normal file
1
assets/default/ghostty/config
Normal file
@ -0,0 +1 @@
|
|||||||
|
theme = wombat
|
@ -88,6 +88,7 @@ recipe 'fish'
|
|||||||
if $install_ui_terms ; then
|
if $install_ui_terms ; then
|
||||||
recipe 'alacritty'
|
recipe 'alacritty'
|
||||||
recipe 'kitty'
|
recipe 'kitty'
|
||||||
|
recipe 'ghostty'
|
||||||
set_installed 'ui_terms'
|
set_installed 'ui_terms'
|
||||||
if $install_nerd_fonts ; then
|
if $install_nerd_fonts ; then
|
||||||
recipe 'nerd-fonts'
|
recipe 'nerd-fonts'
|
||||||
|
5
recipes/default/ghostty
Executable file
5
recipes/default/ghostty
Executable 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"
|
Loading…
x
Reference in New Issue
Block a user