This commit is contained in:
Ted Kulp
2024-07-22 16:05:10 -04:00
parent 0d5df845c8
commit e6af2e4040
5 changed files with 12 additions and 4 deletions

View File

@@ -2,12 +2,15 @@ local wezterm = require("wezterm")
return {
-- window_background_opacity = 1,
window_background_opacity = 1,
window_background_opacity = 0.95,
macos_window_background_blur = 10,
window_decorations = "RESIZE",
color_scheme = "Catppuccin Mocha",
font = wezterm.font("Iosevka NFP", { weight = "DemiBold", stretch = "Normal", style = "Normal" }),
font_size = 14,
freetype_load_target = "Light",
freetype_render_target = "Normal",
freetype_load_flags = "DEFAULT",
freetype_render_target = "Light",
hide_tab_bar_if_only_one_tab = true,
inactive_pane_hsb = {
hue = 5.0,

View File

@@ -7,3 +7,5 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' menu no
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza -1 --color=always $realpath'
zstyle ':fzf-tab:*' switch-group '<' '>'
LESSOPEN="|/opt/homebrew/bin/lesspipe.sh %s"; export LESSOPEN

View File

@@ -15,7 +15,7 @@ function p () {
}
alias pl="p -l"
alias jqp="jq . | p -l json"
alias yqp="yq . | p -l yaml"
# alias jqp="jq . | p -l json"
#alias yqp="yq . | p -l yaml"
alias pjq="jq . | p -l json"
alias pyq="yq . | p -l yaml"

1
.config/zsh/zoxide.zsh Normal file
View File

@@ -0,0 +1 @@
alias cd=z