1
0
Fork 0

ghostty: some linux specific stuff; fish: cm alias

This commit is contained in:
Von Random 2025-01-02 19:07:37 +02:00
parent 8435d449f9
commit 1ec56b52e5
2 changed files with 6 additions and 0 deletions
dot_config
ghostty
private_fish/functions

View file

@ -5,6 +5,9 @@ font-feature = {{ . }}
{{- end }} {{- end }}
font-size = {{ $font.size }} font-size = {{ $font.size }}
{{ if eq .chezmoi.os "linux" -}}
window-decoration = false
{{- end }}
cursor-style = block cursor-style = block
cursor-style-blink = false cursor-style-blink = false
cursor-color = #d65d0e cursor-color = #d65d0e

View file

@ -0,0 +1,3 @@
function cm
command chezmoi $argv
end