ghostty: some linux specific stuff; fish: cm alias
This commit is contained in:
parent
8435d449f9
commit
1ec56b52e5
2 changed files with 6 additions and 0 deletions
dot_config
|
@ -5,6 +5,9 @@ font-feature = {{ . }}
|
|||
{{- end }}
|
||||
font-size = {{ $font.size }}
|
||||
|
||||
{{ if eq .chezmoi.os "linux" -}}
|
||||
window-decoration = false
|
||||
{{- end }}
|
||||
cursor-style = block
|
||||
cursor-style-blink = false
|
||||
cursor-color = #d65d0e
|
||||
|
|
3
dot_config/private_fish/functions/cm.fish
Normal file
3
dot_config/private_fish/functions/cm.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function cm
|
||||
command chezmoi $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue