mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-18 21:54:46 -04:00
changes
This commit is contained in:
@@ -2,12 +2,15 @@ local wezterm = require("wezterm")
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
-- window_background_opacity = 1,
|
-- 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",
|
color_scheme = "Catppuccin Mocha",
|
||||||
font = wezterm.font("Iosevka NFP", { weight = "DemiBold", stretch = "Normal", style = "Normal" }),
|
font = wezterm.font("Iosevka NFP", { weight = "DemiBold", stretch = "Normal", style = "Normal" }),
|
||||||
font_size = 14,
|
font_size = 14,
|
||||||
freetype_load_target = "Light",
|
freetype_load_target = "Light",
|
||||||
freetype_render_target = "Normal",
|
freetype_load_flags = "DEFAULT",
|
||||||
|
freetype_render_target = "Light",
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
inactive_pane_hsb = {
|
inactive_pane_hsb = {
|
||||||
hue = 5.0,
|
hue = 5.0,
|
||||||
|
|||||||
@@ -7,3 +7,5 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
|||||||
zstyle ':completion:*' menu no
|
zstyle ':completion:*' menu no
|
||||||
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza -1 --color=always $realpath'
|
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza -1 --color=always $realpath'
|
||||||
zstyle ':fzf-tab:*' switch-group '<' '>'
|
zstyle ':fzf-tab:*' switch-group '<' '>'
|
||||||
|
|
||||||
|
LESSOPEN="|/opt/homebrew/bin/lesspipe.sh %s"; export LESSOPEN
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ function p () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
alias pl="p -l"
|
alias pl="p -l"
|
||||||
alias jqp="jq . | p -l json"
|
# alias jqp="jq . | p -l json"
|
||||||
alias yqp="yq . | p -l yaml"
|
#alias yqp="yq . | p -l yaml"
|
||||||
alias pjq="jq . | p -l json"
|
alias pjq="jq . | p -l json"
|
||||||
alias pyq="yq . | p -l yaml"
|
alias pyq="yq . | p -l yaml"
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
alias cd=z
|
||||||
@@ -35,6 +35,8 @@
|
|||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
mdr = merge --no-commit --no-ff
|
mdr = merge --no-commit --no-ff
|
||||||
|
mom = merge --no-edit origin/main
|
||||||
|
moma = merge --no-edit origin/master
|
||||||
dlb = "dead-local-branches"
|
dlb = "dead-local-branches"
|
||||||
ddlb = "delete-dead-local-branches"
|
ddlb = "delete-dead-local-branches"
|
||||||
fdlb = "force-delete-dead-local-branches"
|
fdlb = "force-delete-dead-local-branches"
|
||||||
|
|||||||
Reference in New Issue
Block a user