Compare commits

...

2 Commits

Author SHA1 Message Date
7581f77431 macos update 2025-07-28 19:25:02 -07:00
c39f6278fd update readme 2025-07-28 19:24:28 -07:00
4 changed files with 16 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ alias qutebrowser="qutebrowser --qt-arg stylesheet ~/.local/share/qutebrowser/fi
alias aniwrapper='aniwrapper -D 144'
## Colorls
alias ls='exa -M --group-directories-first --icons --color=always --group --git'
alias ls='eza -M --group-directories-first --icons --color=always --group --git'
alias ll='ls -l'
alias la='ls -la'

View File

@@ -16,3 +16,4 @@ copy-on-select = clipboard
app-notifications = no-clipboard-copy
keybind = all:ctrl+enter=unbind
keybind = all:ctrl+grave_accent=toggle_quick_terminal
shell-integration = zsh

View File

@@ -48,4 +48,13 @@ zstyle :compinstall filename '/Users/sudacode/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
# load both the URLquoting and pastemagic widgets
autoload -Uz url-quote-magic bracketed-paste-magic
# tell url-quote-magic which chars to escape
zstyle ':url-quote-magic:*' url-quotes ''
# bind it to both typing and pasting
zle -N self-insert url-quote-magic
zle -N bracketed-paste bracketed-paste-magic

View File

@@ -8,7 +8,7 @@
- [hyprland.conf](.config/hypr/hyprland.conf)
- [keybindings.conf](.config/hypr/keybindings.conf)
- Shell: [zsh (oh-my-posh)](https://ohmyposh.dev/)
- [.zshrc](.zsh/.zshrc)
- [.zshrc](.zsh/.zshrc##default)
- Notification Server: [SwayNotificationCenter](https://github.com/ErikReider/SwayNotificationCenter)
- [config.json](.config/swaync/config.json)
- [style.css](.config/swaync/style.css)
@@ -22,7 +22,7 @@
- Text Editor: [neovim](https://neovim.io/)
- [config](.config/nvim)
- Audio Player: [mpd](https://www.musicpd.org/) with [ncmpcpp](https://github.com/ncmpcpp/ncmpcpp)
- [mpd config](.config/mpd/mpd.conf)
- [ncmpcpp config](.config/ncmpcpp/config)
- [mpd config](.config/mpd/mpd.conf##default)
- [ncmpcpp config](.config/ncmpcpp/config##Default)
- Audio Visualizer: [cava](https://github.com/karlstav/cava)
- [cava config](.config/cava/config)
- [cava config](.config/cava/config##default)