Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Configure ZSH to ignore duplicate commands in its history | Himbeer | 2024-08-31 | 1 | -0/+1 |
| | |||||
* | Remove ยต alias for vim | Himbeer | 2024-08-29 | 1 | -1/+0 |
| | |||||
* | Set the Vim keycode timeout to 100 milliseconds | Himbeer | 2024-08-29 | 1 | -0/+1 |
| | | | | | This improves the response time of certain keypresses such as <Esc>O significantly. | ||||
* | Enable hybrid line numbers in Vim | Himbeer | 2024-08-29 | 1 | -1/+1 |
| | |||||
* | Set the default Vim tab width to 8 | Himbeer | 2024-08-29 | 1 | -1/+0 |
| | |||||
* | Simplify Vim indentation configuration | Himbeer | 2024-08-29 | 1 | -11/+3 |
| | |||||
* | Wrap regular files at 80 columns and git commits at 72 columns | Himbeer | 2024-08-29 | 1 | -2/+2 |
| | |||||
* | Replace ripgrep with 'grep --color' alias | Himbeer | 2024-08-27 | 2 | -1/+1 |
| | |||||
* | Make Vim wrap lines at 72 columns (upon request) | Himbeer | 2024-08-27 | 1 | -0/+2 |
| | |||||
* | vim: Run the Zig formatter when saving a Zon file | Himbeer | 2024-07-31 | 1 | -0/+3 |
| | |||||
* | Switch from pinentry-qt to pinentry-qt5 | Himbeer | 2024-07-31 | 1 | -1/+1 |
| | |||||
* | Delete slw wrapper for random sl flags | Himbeer | 2024-06-09 | 1 | -47/+0 |
| | | | | sl and lolcat were already removed so this script is now useless. | ||||
* | Minimize graphical program usage | Himbeer | 2024-06-02 | 1 | -7/+3 |
| | |||||
* | Minimize shell utilities | Himbeer | 2024-06-02 | 2 | -19/+5 |
| | | | | Remove neofetch and fortune output when starting a shell and reconsider list of other installed command-line tools. | ||||
* | Remove dino | Himbeer | 2024-05-30 | 2 | -4/+0 |
| | |||||
* | Install feh and set xdg-mime default for images | TheodorSmall | 2024-05-23 | 1 | -1/+5 |
| | |||||
* | vimrc: set hls is | Himbeer | 2024-05-21 | 1 | -0/+1 |
| | |||||
* | zshrc: Set -p flag on mkcd mkdir | Himbeer | 2024-05-14 | 2 | -2/+2 |
| | |||||
* | zsh: inc_append_history => share_history | Himbeer | 2024-05-08 | 1 | -1/+1 |
| | |||||
* | zsh: setopt inc_append_history | Himbeer | 2024-05-08 | 1 | -0/+1 |
| | |||||
* | Account for removed default gap values in new bsp-layout release | Himbeer | 2024-04-27 | 1 | -1/+1 |
| | |||||
* | fix waybar (river tag) button active / hover color inconsistency | Himbeer | 2024-04-19 | 1 | -1/+1 |
| | |||||
* | add zig config for vim | Himbeer | 2024-03-30 | 1 | -0/+10 |
| | |||||
* | Revert "fix waybar crashing on multi-monitor setups" | Himbeer | 2024-03-30 | 1 | -210/+65 |
| | | | | This reverts commit 6c4611f8d357237a93fbd97479ab46da7d6677a9. | ||||
* | fix waybar crashing on multi-monitor setups | Himbeer | 2024-03-25 | 1 | -65/+210 |
| | | | | This disables the wireplumber module on all but one output. Should be reverted after the fix makes its way to upstream. | ||||
* | add dino xmpp client | Himbeer | 2024-03-16 | 2 | -0/+4 |
| | |||||
* | fix mkcd not cd'ing: replace with shell function | Himbeer | 2024-02-18 | 2 | -4/+4 |
| | |||||
* | gpg-agent: use pinentry instead of pinentry-qt | Himbeer | 2024-02-18 | 1 | -1/+1 |
| | | | | Reliably shows 'Save passphrase in password manager' button again. | ||||
* | reposition tmux status bar to top | Himbeer | 2024-02-18 | 1 | -0/+2 |
| | |||||
* | zsh formatting | Himbeer | 2024-02-16 | 2 | -3/+3 |
| | |||||
* | enable zsh history | Himbeer | 2024-02-16 | 1 | -0/+3 |
| | |||||
* | make autocompletion ls colored | Himbeer | 2024-02-16 | 1 | -0/+3 |
| | |||||
* | configure fuzzy zsh autocompletion | Himbeer | 2024-02-16 | 1 | -0/+4 |
| | |||||
* | shell_only.sh: install zsh theme to correct filename | Himbeer | 2024-02-16 | 1 | -1/+1 |
| | | | | Fixes zsh theme not being detected by prompt command. | ||||
* | configure zsh directly without oh-my-zsh | Himbeer | 2024-02-16 | 6 | -16/+678 |
| | |||||
* | vim controls for tmux | Himbeer | 2024-02-16 | 1 | -2/+9 |
| | |||||
* | enable zsh vi mode | Himbeer | 2024-02-16 | 1 | -0/+3 |
| | |||||
* | replace pinentry-gtk-2 with wayland-compatible pinentry-qt | HimbeerserverDE | 2024-02-16 | 2 | -1/+2 |
| | |||||
* | replace watershot with shotman/slurp | HimbeerserverDE | 2024-02-15 | 2 | -6/+4 |
| | | | | Watershot fails to build on some hosts for an unknown reason. | ||||
* | pass --ask 4 to pacman instead of relying on paru's broken --useask | HimbeerserverDE | 2024-02-15 | 1 | -3/+4 |
| | | | | Should fix regression of seatd/elogind conflict. | ||||
* | Revert "use where instead of installing which" | HimbeerserverDE | 2024-02-15 | 1 | -1/+2 |
| | | | | This reverts commit fadc921ebb11d7e11cf65f6d71954fde0d4c0680. | ||||
* | use where instead of installing which | HimbeerserverDE | 2024-02-15 | 1 | -2/+1 |
| | |||||
* | don't invoke paru as root | HimbeerserverDE | 2024-02-15 | 1 | -1/+1 |
| | |||||
* | fix alacritty yellow and light yellow after update | HimbeerserverDE | 2024-01-28 | 1 | -1/+2 |
| | |||||
* | remove hexchat hotkey | HimbeerserverDE | 2024-01-26 | 1 | -3/+0 |
| | | | | Uninstalled some time ago. | ||||
* | re-add ~/.cargo/bin to PATH | HimbeerserverDE | 2024-01-21 | 1 | -1/+1 |
| | |||||
* | remove WINIT_X11_SCALE_FACTOR=1.0 from alacritty invocation | HimbeerserverDE | 2024-01-20 | 1 | -1/+1 |
| | | | | Shouldn't have an effect on Wayland anyway. | ||||
* | switch back to c-lolcat | HimbeerserverDE | 2024-01-20 | 1 | -1/+1 |
| | |||||
* | clean up full install package list | HimbeerserverDE | 2024-01-17 | 1 | -2/+1 |
| | |||||
* | waybar: support dual interface networking | HimbeerserverDE | 2024-01-17 | 1 | -6/+18 |
| |