mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 03:30:37 +00:00
feat(ghostty): add support for catppuccin-mocha theme and initial configuration file with various settings
This commit is contained in:
1
.config/ghostty/colorscheme
Normal file
1
.config/ghostty/colorscheme
Normal file
@@ -0,0 +1 @@
|
||||
theme = "catppuccin-mocha"
|
||||
13
.config/ghostty/config
Normal file
13
.config/ghostty/config
Normal file
@@ -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