ghostty: add config

This commit is contained in:
Charles Gould 2025-01-03 11:46:25 -06:00
parent a655f68d6e
commit c0712217fa
2 changed files with 5 additions and 0 deletions

4
ghostty/config Normal file
View File

@ -0,0 +1,4 @@
font-size = 11
theme = "Snazzy Soft"
window-height = 60
window-width = 200

View File

@ -23,6 +23,7 @@ install_symlink() {
install_symlink "$ROOTDIR/atuin" "$HOME/.config/atuin" install_symlink "$ROOTDIR/atuin" "$HOME/.config/atuin"
install_symlink "$ROOTDIR/fd" "$HOME/.config/fd" install_symlink "$ROOTDIR/fd" "$HOME/.config/fd"
install_symlink "$ROOTDIR/fish" "$HOME/.config/fish" install_symlink "$ROOTDIR/fish" "$HOME/.config/fish"
install_symlink "$ROOTDIR/ghostty" "$HOME/.config/ghostty"
install_symlink "$ROOTDIR/git" "$HOME/.config/git" install_symlink "$ROOTDIR/git" "$HOME/.config/git"
install_symlink "$ROOTDIR/helix" "$HOME/.config/helix" install_symlink "$ROOTDIR/helix" "$HOME/.config/helix"
install_symlink "$ROOTDIR/nix" "$HOME/.config/nix" install_symlink "$ROOTDIR/nix" "$HOME/.config/nix"