Squashed commit of the following:

- dusnt theme
    - readme fix?
    - removed librewolf from laptop backup. takes too long
    - wezterm var for wezterm
    - use p10kbar only if wezterm var
    - removed zsh entry in wezterm and tmux
    - moved to librewolf
    - backup changes
This commit is contained in:
2025-07-30 03:03:50 -05:00
parent 0574377182
commit 83318afdb6
11 changed files with 37 additions and 14 deletions

8
env/.zshrc vendored
View File

@@ -4,8 +4,11 @@
~/.local/bin/system/neoboot.sh
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
if [[ "$wezterm" == "yes" ]]; then
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
source ~/.config/zsh/powerlevel10k/powerlevel10k.zsh-theme
fi
# Lines configured by zsh-newuser-install
@@ -37,7 +40,6 @@ source <(fzf --zsh)
source ~/.config/.profile
#bash --login -i -c 'source ~/.profile'
source ~/.config/zsh/powerlevel10k/powerlevel10k.zsh-theme
# bindkey -a h backward-char
# bindkey -a i forward-char