diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index 5b81234..c4cff65 100644 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -127,6 +127,7 @@ window-rule { window-rule { match at-startup=true app-id="wezterm" open-on-workspace "1" + open-maximized true open-floating false // clip-to-geometry true } diff --git a/zshrc/.plugins.zsh b/zshrc/.plugins.zsh index 342c643..a4f5d53 100644 --- a/zshrc/.plugins.zsh +++ b/zshrc/.plugins.zsh @@ -3,6 +3,7 @@ # Add in plugins zinit light Aloxaf/fzf-tab +zinit load atuinsh/atuin zinit light zsh-users/zsh-syntax-highlighting # zinit light zdharma-continuum/fast-syntax-highlighting zinit light zsh-users/zsh-completions @@ -13,7 +14,6 @@ zinit ice lucid wait as"completion" zinit snippet https://github.com/eza-community/eza/blob/main/completions/zsh/_eza zinit light MichaelAquilina/zsh-you-should-use zinit light wfxr/forgit -zinit load atuinsh/atuin # zinit load 'zsh-users/zsh-history-substring-search' # zinit light trapd00r/zsh-syntax-highlighting-filetypes diff --git a/zshrc/.zshrc b/zshrc/.zshrc index 028814a..c1e444c 100644 --- a/zshrc/.zshrc +++ b/zshrc/.zshrc @@ -7,6 +7,12 @@ if [ ! -d "$ZINIT_HOME" ]; then git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME" fi +# Source Zinit and your other configuration files +source "${ZINIT_HOME}/zinit.zsh" +source ~/.aliases.zsh +source ~/.plugins.zsh +source ~/.export.zsh + # Initialization settings for zsh-vi-mode ZVM_INIT_MODE=sourcing @@ -69,12 +75,8 @@ function y() { rm -f -- "$tmp" } -# Source Zinit and your other configuration files -source "${ZINIT_HOME}/zinit.zsh" -source ~/.aliases.zsh -source ~/.plugins.zsh -source ~/.export.zsh +zinit ice depth=1 # Zinit Annexes zinit light-mode for \ zdharma-continuum/zinit-annex-as-monitor \ @@ -90,3 +92,4 @@ export PATH=/home/liph/.opencode/bin:$PATH # Must be at the very end to ensure hooks are applied correctly [1] . "$HOME/.atuin/bin/env" eval "$(atuin init zsh)" +