Skip to content

Commit

Permalink
ghostty: init
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Feb 14, 2025
1 parent 53a9747 commit c4f1372
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ghostty/.config/ghostty/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://ghostty.org/docs/config

font-family = Hack Nerd Mono
font-size = 12
background-opacity = 0.5
window-padding-x = 8
window-padding-y = 8
4 changes: 2 additions & 2 deletions setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ declare -a brew_pkgs=(
direnv
font-hack-nerd-font
freetube
ghostty
gnupg
go
helix
Expand Down Expand Up @@ -226,7 +227,6 @@ mv "${git_submodule_path}"/catppuccin-bat/themes/Catppuccin\ Mocha.tmTheme "${gi
}

declare -a symlink_paths_tuples=(
"${git_submodule_path}/alacritty-theme/themes ${base_path}/alacritty/.config/alacritty/themes"
"${git_submodule_path}/catppuccin-bat/themes/Catppuccin-Mocha.tmTheme ${base_path}/bat/.config/bat/themes/Catppuccin-Mocha.tmTheme"
"${git_submodule_path}/catppuccin-helix/themes/default/catppuccin_mocha.toml ${base_path}/helix/.config/helix/themes/catppuccin_mocha.toml"
)
Expand All @@ -236,10 +236,10 @@ for symlink_paths_tuple in "${symlink_paths_tuples[@]}"; do
done

declare -a stow_dirs_general=(
alacritty
bat
continue
freetube
ghostty
helix
nvim
omz
Expand Down
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ declare -a stow_dirs_general=(
gallery-dl
gamemode
gammastep
ghostty
gtk
helix
hyprland
Expand Down

0 comments on commit c4f1372

Please sign in to comment.