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
This commit is contained in:
parent
798bc852e0
commit
9974c31d5e
@ -29,6 +29,7 @@ brew "yt-dlp"
|
||||
brew "fnm"
|
||||
brew "go"
|
||||
brew "kitty"
|
||||
brew "ctpv"
|
||||
|
||||
cask "alfred"
|
||||
cask "bbedit"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -18,7 +18,7 @@ local APPS = {
|
||||
messengers = {{"Messages"}, {"Telegram"}, {"Signal"}},
|
||||
music = {DEFAULTS["MUSIC"], {"Music"}},
|
||||
calendar = {"Calendar"},
|
||||
terminal = {"iTerm", "iTerm2"},
|
||||
terminal = {"Kitty", "kitty"},
|
||||
videocalls = {}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user