mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-06-27 13:23:17 +00:00
feat(ghostty): add support for catppuccin-mocha theme and initial configuration file with various settings
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
theme = "catppuccin-mocha"
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
title = CCC
|
||||||
|
config-file = colorscheme
|
||||||
|
background-opacity = .8
|
||||||
|
background-blur = true
|
||||||
|
font-family = "JetBrainsMono Nerd Font"
|
||||||
|
font-size = 15
|
||||||
|
macos-titlebar-style = hidden
|
||||||
|
command = zsh --login -c "if command -v tmux >/dev/null 2>&1; then tmux attach || tmux; else zsh; fi"
|
||||||
|
custom-shader = shaders/bloom025.glsl
|
||||||
|
shell-integration = zsh
|
||||||
|
confirm-close-surface = false
|
||||||
|
shell-integration-features = no-cursor,sudo,no-title
|
||||||
|
mouse-hide-while-typing = true
|
||||||
Reference in New Issue
Block a user