Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Switch to grey desktop background"HEADmain | Himbeer | 2025-03-27 | 1 | -1/+1 |
| | | | | This reverts commit 9f4b80f09530e0bc14604673655d4b6254b5c553. | ||||
* | Add OAuth2 token rotation script | Himbeer | 2025-01-27 | 1 | -0/+15 |
| | | | | | This script is useful for email login to accounts that require the use of OAuth2. | ||||
* | Revert "Install qutebrowser (including keybind)" | Himbeer | 2024-11-24 | 2 | -4/+0 |
| | | | | This reverts commit 59ea0cdd0650346966272cfa3dcb80e07127c48a. | ||||
* | Add keybind for zathura | Himbeer | 2024-11-04 | 1 | -0/+3 |
| | |||||
* | Reliably autodetect filetype in vim | Himbeer | 2024-11-04 | 1 | -0/+1 |
| | |||||
* | Add command-line password store utilities | Himbeer | 2024-10-27 | 2 | -0/+19 |
| | |||||
* | Switch to /tmp as the download directory | Himbeer | 2024-10-27 | 1 | -1/+1 |
| | | | | | | | | Downloads always need to be moved anyway if they are important. Otherwise they can be deleted. Storing them in /tmp makes this more convenient since manual deletion is no longer required. Moving downloads to a more permanent location will not change. This is only safe on single-user systems due to the permissions on the /tmp directory. | ||||
* | Install qutebrowser (including keybind) | Himbeer | 2024-10-27 | 2 | -0/+4 |
| | |||||
* | Remove cava remnants | Himbeer | 2024-10-27 | 2 | -214/+0 |
| | |||||
* | Switch from thunderbird to aerc | Himbeer | 2024-10-27 | 4 | -1/+874 |
| | |||||
* | Switch to grey desktop background | Himbeer | 2024-10-18 | 1 | -1/+1 |
| | |||||
* | Disable syntax highlighting in vim | Himbeer | 2024-10-18 | 1 | -1/+1 |
| | |||||
* | Enable space indentation for groff sources | Himbeer | 2024-09-29 | 1 | -0/+1 |
| | |||||
* | Replace shotman with grim + slurp invocations | Himbeer | 2024-09-29 | 3 | -2/+3 |
| | |||||
* | Install wl-clipboard | Himbeer | 2024-09-29 | 1 | -0/+1 |
| | |||||
* | Install zathura and make it the default PDF viewer | Himbeer | 2024-09-21 | 1 | -1/+3 |
| | |||||
* | Re-enable colors in ncdu | Himbeer | 2024-09-12 | 1 | -0/+1 |
| | | | | | This is no longer the default and hasn't been for months. This commit adds a shell alias to re-enable the colored interface. | ||||
* | Use custom date command | Himbeer | 2024-09-12 | 2 | -5/+6 |
| | | | | | | | This eliminates the direct interaction between waybar and tzdata as a point of failure and displays the time in the correct zone more reliably. See https://github.com/Alexays/Waybar/issues/3575 for the issue. | ||||
* | Fix battery charge percentages above 15 being treated as full | Himbeer | 2024-08-31 | 1 | -5/+7 |
| | |||||
* | 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 |
| |