Compare commits

..

2 Commits

Author SHA1 Message Date
9974c31d5e LF, Kitty, Image Previews
- added ctpv into Brewfile (image previews in terminal)
- added lf config to use ctpv for previews
- updated hammerspoon to use Kitty terminal instaed of iTerm2
2025-10-03 04:11:27 +10:00
798bc852e0 Added kitty config and install 2025-10-03 03:52:10 +10:00
5 changed files with 2934 additions and 1 deletions

View File

@ -28,6 +28,8 @@ brew "wget"
brew "yt-dlp"
brew "fnm"
brew "go"
brew "kitty"
brew "ctpv"
cask "alfred"
cask "bbedit"

2924
.config/kitty/kitty.conf Normal file

File diff suppressed because it is too large Load Diff

View File

@ -19,9 +19,15 @@ set ifs "\n"
# leave some space at the top and the bottom of the screen
set scrolloff 10
set previewer ctpv
set cleaner ctpvclear
&ctpv -s $id
&ctpvquit $id
# Use the `dim` attribute instead of underline for the cursor in the preview pane
set cursorpreviewfmt "\033[7;2m"
#set icons
# define a custom 'open' command

View File

@ -18,7 +18,7 @@ local APPS = {
messengers = {{"Messages"}, {"Telegram"}, {"Signal"}},
music = {DEFAULTS["MUSIC"], {"Music"}},
calendar = {"Calendar"},
terminal = {"iTerm", "iTerm2"},
terminal = {"Kitty", "kitty"},
videocalls = {}
}

1
.zshrc
View File

@ -121,6 +121,7 @@ alias src="do_cd_fzf ~/src"
alias vim="nvim"
alias vimdiff="nvim -d"
alias bb="bbedit"
alias bw="bbedit --wait --resume"
alias ls="eza --group-directories-first --header"
alias rm=trash