Compare commits

..

No commits in common. "9974c31d5e4a2b5be8c9998f5560970bc5a7a1ab" and "74a9c93b2492c81c3d27f75e4279f4978de74129" have entirely different histories.

5 changed files with 1 additions and 2934 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -19,15 +19,9 @@ set ifs "\n"
# leave some space at the top and the bottom of the screen # leave some space at the top and the bottom of the screen
set scrolloff 10 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 # Use the `dim` attribute instead of underline for the cursor in the preview pane
set cursorpreviewfmt "\033[7;2m" set cursorpreviewfmt "\033[7;2m"
#set icons #set icons
# define a custom 'open' command # define a custom 'open' command

View File

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

1
.zshrc
View File

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