add ghostty config

This commit is contained in:
Alexander Navarro 2025-01-28 12:27:22 -03:00
parent 6a7b800f8c
commit e67f758e35
3 changed files with 107 additions and 6 deletions

View file

@ -14,7 +14,8 @@ nerd_font = "JetBrainsMono"
[cli.files]
"config/bat" = "~/.config/bat"
"config/kitty" = {target = "~/.config/kitty", type = "symbolic" }
"config/ghostty" = "~/.config/ghostty"
"config/kitty" = { target = "~/.config/kitty", type = "symbolic" }
"config/sesh" = "~/.config/sesh"
"config/tmux" = "~/.config/tmux"
"config/yazi" = "~/.config/yazi"
@ -25,14 +26,14 @@ depends = ["rust"]
[dev.files]
"config/git" = "~/.config/git"
"config/lazygit" = { target = "~/.config/lazygit", type = "symbolic"}
"config/lazygit" = { target = "~/.config/lazygit", type = "symbolic" }
"config/zed" = "~/.config/zed"
[zsh.files]
"config/zsh/zshrc" = "~/.zshrc"
"config/zsh/zprofile" = "~/.zprofile"
"config/zsh/aliases" = {target = "~/.config/zsh/aliases", type="symbolic"}
"config/zsh/completions" = {target = "~/.config/zsh/completions", type = "symbolic"}
"config/zsh/aliases" = { target = "~/.config/zsh/aliases", type = "symbolic" }
"config/zsh/completions" = { target = "~/.config/zsh/completions", type = "symbolic" }
"config/zsh/functions" = "~/.config/zsh/functions"
[fzf.files]