Compare commits
No commits in common. "290ed3671969eb96c5849869191af44d3d4f7517" and "6120bd900f0eae2f9be7b8e86e5c643dc65f124f" have entirely different histories.
290ed36719
...
6120bd900f
|
@ -40,9 +40,3 @@ git/*
|
||||||
!git/config
|
!git/config
|
||||||
!git/gitignore
|
!git/gitignore
|
||||||
!git/aflabs
|
!git/aflabs
|
||||||
|
|
||||||
# ghostty
|
|
||||||
!ghostty
|
|
||||||
ghostty/*
|
|
||||||
!ghostty/config
|
|
||||||
!ghostty/themes
|
|
||||||
|
|
|
@ -1,33 +0,0 @@
|
||||||
# theme
|
|
||||||
theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark
|
|
||||||
|
|
||||||
# cursor
|
|
||||||
cursor-style = block
|
|
||||||
cursor-style-blink = true
|
|
||||||
|
|
||||||
# mouse
|
|
||||||
mouse-hide-while-typing = true
|
|
||||||
|
|
||||||
# font stuff
|
|
||||||
font-family = JetBrainsMono Nerd Font
|
|
||||||
font-size = 15
|
|
||||||
font-thicken = true
|
|
||||||
bold-is-bright = true
|
|
||||||
|
|
||||||
# window
|
|
||||||
window-height = 36
|
|
||||||
window-width = 150
|
|
||||||
|
|
||||||
# macos send option as alt
|
|
||||||
macos-option-as-alt = true
|
|
||||||
|
|
||||||
# no warning full close
|
|
||||||
confirm-close-surface = false
|
|
||||||
# quit-after-last-window-closed = true
|
|
||||||
|
|
||||||
# keybinds
|
|
||||||
keybind = global:cmd+enter=new_window
|
|
||||||
|
|
||||||
# shell integrations for zsh
|
|
||||||
# https://ghostty.org/docs/features/shell-integration
|
|
||||||
shell-integration = zsh
|
|
|
@ -1,21 +0,0 @@
|
||||||
palette = 0=252423
|
|
||||||
palette = 1=#ea6962
|
|
||||||
palette = 2=#a9b665
|
|
||||||
palette = 3=#d8a657
|
|
||||||
palette = 4=#7daea3
|
|
||||||
palette = 5=#d3869b
|
|
||||||
palette = 6=#89b482
|
|
||||||
palette = 7=#d4be98
|
|
||||||
palette = 8=#32302f
|
|
||||||
palette = 9=#ea6962
|
|
||||||
palette = 10=#a9b665
|
|
||||||
palette = 11=#d8a657
|
|
||||||
palette = 12=#7daea3
|
|
||||||
palette = 13=#d3869b
|
|
||||||
palette = 14=#89b482
|
|
||||||
palette = 15=#d4be98
|
|
||||||
background = #32302f
|
|
||||||
foreground = #d4be98
|
|
||||||
cursor-color = #d4be98
|
|
||||||
selection-background = #45403d
|
|
||||||
selection-foreground = #d4be98
|
|
|
@ -1,21 +0,0 @@
|
||||||
palette = 0=#ebdbb2
|
|
||||||
palette = 1=#c14a4a
|
|
||||||
palette = 2=#6c782e
|
|
||||||
palette = 3=#b47109
|
|
||||||
palette = 4=#45707a
|
|
||||||
palette = 5=#945e80
|
|
||||||
palette = 6=#4c7a5d
|
|
||||||
palette = 7=#654735
|
|
||||||
palette = 8=#f3eac7
|
|
||||||
palette = 9=#c14a4a
|
|
||||||
palette = 10=#6c782e
|
|
||||||
palette = 11=#b47109
|
|
||||||
palette = 12=#45707a
|
|
||||||
palette = 13=#945e80
|
|
||||||
palette = 14=#4c7a5d
|
|
||||||
palette = 15=#654735
|
|
||||||
background = #f2e5bc
|
|
||||||
foreground = #654735
|
|
||||||
cursor-color = #654735
|
|
||||||
selection-background = #ebdbb2
|
|
||||||
selection-foreground = #654735
|
|
|
@ -12,8 +12,6 @@ fi
|
||||||
## pre plugin load
|
## pre plugin load
|
||||||
# nvm
|
# nvm
|
||||||
export NVM_COMPLETION=true
|
export NVM_COMPLETION=true
|
||||||
# zsh autosugestions
|
|
||||||
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#ffffff,bg=cyan,bold,underline"
|
|
||||||
|
|
||||||
# source antidote
|
# source antidote
|
||||||
source $ZDOTDIR/.antidote/antidote.zsh
|
source $ZDOTDIR/.antidote/antidote.zsh
|
||||||
|
|
Loading…
Reference in New Issue