Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-28 | (Re)add SFL mail | Amin Bandali | 3 | -7/+39 | |
2022-11-27 | * .config/i3/config: Float pop-ups and a few other windows. | Amin Bandali | 1 | -0/+6 | |
2022-11-27 | * .bashrc: Only source completions if available. | Amin Bandali | 1 | -2/+12 | |
For both quilt and now pass-otp as well. | |||||
2022-11-25 | A few small but useful additions from a newly set up env | Amin Bandali | 2 | -10/+28 | |
- Show name of current Debian chroot in prompt if we're in one. - More friendly less for non-textual files. - More useful ls aliases. - An alert alias to show notification after a long-running task, along with its exist status. Example usage: sleep 3; alert - Update egrep and fgrep aliases to use grep -E and grep -F directly respectively, since standalone egrep and fgrep have been deprecated. | |||||
2022-11-25 | * .config/git/config: Small tweaks. | Amin Bandali | 1 | -2/+3 | |
Mainly, don't sign new commits by default, but rather sign new tags. | |||||
2022-11-25 | Various deb packaging settings/conveniences | Amin Bandali | 9 | -1/+40 | |
2022-11-25 | * .config/user-dirs.dirs: Use ~/u/ as the prefix. | Amin Bandali | 1 | -8/+15 | |
2022-11-25 | Various mail-related updates and cleanups | Amin Bandali | 4 | -111/+87 | |
2022-11-23 | * .local/bin/startup-progs: Add host-specific X resources. | Amin Bandali | 1 | -1/+2 | |
2022-11-23 | Revert "* .emacs.d/init.el: Enable electric-pair-mode." | Amin Bandali | 1 | -3/+3 | |
This reverts commit a1dd64c723e64f367e18f8f8768b6106687d6671. | |||||
2022-11-22 | * .emacs.d/init.el: Enable electric-pair-mode. | Amin Bandali | 1 | -3/+3 | |
2022-11-22 | * .emacs.d/init.el: Use the default C-a behaviour. | Amin Bandali | 1 | -11/+11 | |
2022-11-22 | Set font to Source Code Pro Medium 10.5 across the board | Amin Bandali | 6 | -24/+17 | |
2022-11-19 | * .config/git/config: Add f alias for fetch. | Amin Bandali | 1 | -0/+1 | |
2022-11-19 | * .config/git/config: Add l alias for log. | Amin Bandali | 1 | -0/+1 | |
2022-11-19 | * .config/dunst/dunstrc: Update according to v1.5.0. | Amin Bandali | 1 | -8/+25 | |
2022-11-19 | * .config/git/config: Set defaultBranch to main. | Amin Bandali | 2 | -2/+1 | |
Supported as of git 2.28. The previous approach of using a template directory would work on a wider range of older git versions, but it would result in git not creating any files/directories (like hooks/) in a repo's .git directory e.g. after clones or initializations. | |||||
2022-11-19 | * .config/git/config: Default to my gnu.org address. | Amin Bandali | 1 | -11/+11 | |
- Default to my gnu.org address (and use fencepost for smtp). - GPG-sign commits by default again. - Rename work alias to sfl, add canonical, and simplify gnu and kelar to only set the email now. - Update github handle. | |||||
2022-11-19 | * .local/bin/my-i3status: Switch to Python 3. | Amin Bandali | 1 | -1/+1 | |
2022-11-19 | Drop rofi in favour of dmenu | Amin Bandali | 4 | -13/+12 | |