add waybar eww and sway

This commit is contained in:
2026-06-08 15:09:08 -07:00
parent 050d923644
commit 07eb59bf2a
21 changed files with 881 additions and 33 deletions
+1 -5
View File
@@ -10,13 +10,10 @@ CASE_SENSITIVE="true"
zstyle ':omz:update' mode auto # update automatically without asking
zstyle ':omz:update' frequency 7
plugins=(zsh-autosuggestions sudo web-search poetry copypath gitignore)
plugins=(zsh-autosuggestions sudo web-search copypath gitignore)
source $ZSH/oh-my-zsh.sh
export LANG=en_US.UTF-8
export EDITOR='nvim'
export VISUAL='nvim-qt'
alias vim='nvim'
alias ws='web_search'
alias ncspot='~/.config/ncspot/playerctl_notifier.sh & ncspot'
@@ -57,4 +54,3 @@ export PATH
## Completion scripts setup. Remove the following line to uninstall
[[ -f /home/frosty/.dart-cli-completion/zsh-config.zsh ]] && . /home/frosty/.dart-cli-completion/zsh-config.zsh || true
## [/Completion]