mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-08 22:48:00 -08:00
Compare commits
2 Commits
922f710ae5
...
7581f77431
| Author | SHA1 | Date | |
|---|---|---|---|
|
7581f77431
|
|||
|
c39f6278fd
|
@@ -13,7 +13,7 @@ alias qutebrowser="qutebrowser --qt-arg stylesheet ~/.local/share/qutebrowser/fi
|
|||||||
alias aniwrapper='aniwrapper -D 144'
|
alias aniwrapper='aniwrapper -D 144'
|
||||||
|
|
||||||
## Colorls
|
## 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 ll='ls -l'
|
||||||
alias la='ls -la'
|
alias la='ls -la'
|
||||||
|
|
||||||
|
|||||||
@@ -16,3 +16,4 @@ copy-on-select = clipboard
|
|||||||
app-notifications = no-clipboard-copy
|
app-notifications = no-clipboard-copy
|
||||||
keybind = all:ctrl+enter=unbind
|
keybind = all:ctrl+enter=unbind
|
||||||
keybind = all:ctrl+grave_accent=toggle_quick_terminal
|
keybind = all:ctrl+grave_accent=toggle_quick_terminal
|
||||||
|
shell-integration = zsh
|
||||||
|
|||||||
@@ -48,4 +48,13 @@ zstyle :compinstall filename '/Users/sudacode/.zshrc'
|
|||||||
|
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
# End of lines added by compinstall
|
|
||||||
|
# load both the URL‐quoting and paste‐magic 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
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
- [hyprland.conf](.config/hypr/hyprland.conf)
|
- [hyprland.conf](.config/hypr/hyprland.conf)
|
||||||
- [keybindings.conf](.config/hypr/keybindings.conf)
|
- [keybindings.conf](.config/hypr/keybindings.conf)
|
||||||
- Shell: [zsh (oh-my-posh)](https://ohmyposh.dev/)
|
- Shell: [zsh (oh-my-posh)](https://ohmyposh.dev/)
|
||||||
- [.zshrc](.zsh/.zshrc)
|
- [.zshrc](.zsh/.zshrc##default)
|
||||||
- Notification Server: [SwayNotificationCenter](https://github.com/ErikReider/SwayNotificationCenter)
|
- Notification Server: [SwayNotificationCenter](https://github.com/ErikReider/SwayNotificationCenter)
|
||||||
- [config.json](.config/swaync/config.json)
|
- [config.json](.config/swaync/config.json)
|
||||||
- [style.css](.config/swaync/style.css)
|
- [style.css](.config/swaync/style.css)
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
- Text Editor: [neovim](https://neovim.io/)
|
- Text Editor: [neovim](https://neovim.io/)
|
||||||
- [config](.config/nvim)
|
- [config](.config/nvim)
|
||||||
- Audio Player: [mpd](https://www.musicpd.org/) with [ncmpcpp](https://github.com/ncmpcpp/ncmpcpp)
|
- Audio Player: [mpd](https://www.musicpd.org/) with [ncmpcpp](https://github.com/ncmpcpp/ncmpcpp)
|
||||||
- [mpd config](.config/mpd/mpd.conf)
|
- [mpd config](.config/mpd/mpd.conf##default)
|
||||||
- [ncmpcpp config](.config/ncmpcpp/config)
|
- [ncmpcpp config](.config/ncmpcpp/config##Default)
|
||||||
- Audio Visualizer: [cava](https://github.com/karlstav/cava)
|
- Audio Visualizer: [cava](https://github.com/karlstav/cava)
|
||||||
- [cava config](.config/cava/config)
|
- [cava config](.config/cava/config##default)
|
||||||
|
|||||||
Reference in New Issue
Block a user