diff --git a/.config/Brewfile b/.config/Brewfile index 0c4ee0f..0ee5276 100644 --- a/.config/Brewfile +++ b/.config/Brewfile @@ -29,6 +29,7 @@ brew "yt-dlp" brew "fnm" brew "go" brew "kitty" +brew "ctpv" cask "alfred" cask "bbedit" diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 61f4af5..128a797 100755 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -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 diff --git a/.hammerspoon/init.lua b/.hammerspoon/init.lua index 71545c9..a0a156a 100644 --- a/.hammerspoon/init.lua +++ b/.hammerspoon/init.lua @@ -18,7 +18,7 @@ local APPS = { messengers = {{"Messages"}, {"Telegram"}, {"Signal"}}, music = {DEFAULTS["MUSIC"], {"Music"}}, calendar = {"Calendar"}, - terminal = {"iTerm", "iTerm2"}, + terminal = {"Kitty", "kitty"}, videocalls = {} }