Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some adaptations for my current EXWM setup | 2020-10-12 | 1 | -1/+1 | |
| | |||||
* | bash: Disallow overwriting existing file using shell redirection | 2020-10-12 | 1 | -0/+2 | |
| | |||||
* | Switch to EXWM | 2020-10-12 | 1 | -0/+1 | |
| | | | | (langa runs Parabola GNU/Linux-libre) | ||||
* | Move user-level configs out of rc.org | 2020-10-06 | 1 | -0/+121 | |
| | | | | | I will keep rc.org around for now, only for system-level (global) config files. | ||||
* | move non-emacs configs to rc.org | 2020-04-11 | 1 | -121/+0 | |
| | |||||
* | guix: break down monolithic profile into multiple smaller profiles | 2020-03-13 | 1 | -2/+1 | |
| | | | | | | super useful for decoupling larger packages like icecat, libreoffice, and texlive from the rest of mostly-smaller packages, so i could easily `guix pull' and update the smaller ones as frequently as i like | ||||
* | bash,guix: "fix" completion | 2020-01-08 | 1 | -0/+14 | |
| | |||||
* | bash: add t function | 2019-12-03 | 1 | -0/+4 | |
| | |||||
* | bash: slightly simplify prompt | 2019-09-22 | 1 | -3/+1 | |
| | | | | no need to colourize the \u, colourizing \$ is enough | ||||
* | bash: update prompt | 2019-09-22 | 1 | -7/+9 | |
| | |||||
* | bash: use i-beam cursor in terminals | 2019-09-13 | 1 | -1/+1 | |
| | |||||
* | shell: it probably makes more sense to start ssh-agent in ~/.profile | 2019-08-10 | 1 | -9/+0 | |
| | |||||
* | bash: set terminal title | 2019-08-10 | 1 | -0/+3 | |
| | |||||
* | bash: adapt bashrc for debian, taking some niceties from its bashrc | 2019-08-10 | 1 | -2/+35 | |
| | |||||
* | isync, bash, eshell: try imap syncing my gnu mail from my server | 2019-08-06 | 1 | -3/+1 | |
| | |||||
* | shell: more flexible per-host profile configuration | 2019-08-05 | 1 | -9/+7 | |
| | |||||
* | bash: adapt config for guix system | 2019-08-05 | 1 | -4/+29 | |
| | |||||
* | shell: a bunch of uncommitted changes since i switched to Trisquel | 2019-07-20 | 1 | -9/+3 | |
| | |||||
* | rename a few accounts and filenames | 2019-07-14 | 1 | -1/+1 | |
| | |||||
* | bash: add e and se alias for editing files with emacs | 2019-06-06 | 1 | -0/+2 | |
| | |||||
* | getmail: move getmailrc to $XDG_CONFIG_HOME/getmail, use dovecot-lda | 2019-05-19 | 1 | -1/+4 | |
| | |||||
* | bash: fix config in emacs’s ansi-term and GNU Screen | 2019-05-11 | 1 | -0/+2 | |
| | | | | | | | The issue seems to be that ~/.bash_profile isn’t sourced for interactive non-login shells. So, might want to try detecting non-login shells in general rather than fixing only for ansi-term and screen. | ||||
* | isync: move mbsyncrc to $XDG_CONFIG_HOME/isync | 2019-05-10 | 1 | -0/+1 | |
| | |||||
* | bash: aur(): only try cloning if it doesn’t already exist | 2019-04-14 | 1 | -1/+1 | |
| | |||||
* | bash: set prompt earlier | 2019-04-14 | 1 | -7/+7 | |
| | |||||
* | bash: start ssh-agent if not running | 2019-04-14 | 1 | -0/+7 | |
| | |||||
* | bash: various tweaks | 2019-04-14 | 1 | -9/+17 | |
| | | | | | | | | - new include helper for checking if arg is a regular and readable file, then sourcing it - set VISUAL editor - fix prompt to show an additional character when abbreviated folder’s name starts with a dot | ||||
* | bash: history-related tweaks | 2019-04-14 | 1 | -2/+13 | |
| | |||||
* | bash: fish-like prompt | 2019-04-14 | 1 | -1/+5 | |
| | |||||
* | bash: bring over some aliases and customizations from .zshrc | 2019-04-14 | 1 | -5/+20 | |
| | |||||
* | bash: add .bash_profile and .bashrc | 2019-04-14 | 1 | -0/+9 | |