Compare commits
2 Commits
74a9c93b24
...
9974c31d5e
| Author | SHA1 | Date | |
|---|---|---|---|
| 9974c31d5e | |||
| 798bc852e0 |
@ -28,6 +28,8 @@ 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"
|
||||||
|
|||||||
2924
.config/kitty/kitty.conf
Normal file
2924
.config/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load Diff
@ -19,9 +19,15 @@ 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
|
||||||
|
|||||||
@ -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 = {"iTerm", "iTerm2"},
|
terminal = {"Kitty", "kitty"},
|
||||||
videocalls = {}
|
videocalls = {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
1
.zshrc
1
.zshrc
@ -121,6 +121,7 @@ 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user