Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small changes | Amin Bandali | 2024-03-28 | 1 | -0/+1 |
| | |||||
* | Various updates from nostalgia | Amin Bandali | 2024-03-02 | 1 | -1/+1 |
| | |||||
* | * .bashrc: Only source completions if available. | Amin Bandali | 2022-11-27 | 1 | -2/+12 |
| | | | | For both quilt and now pass-otp as well. | ||||
* | A few small but useful additions from a newly set up env | Amin Bandali | 2022-11-25 | 1 | -10/+22 |
| | | | | | | | | | | - 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. | ||||
* | Various deb packaging settings/conveniences | Amin Bandali | 2022-11-25 | 1 | -1/+2 |
| | |||||
* | * .bashrc: reorganize, and update prompt | Amin Bandali | 2022-05-19 | 1 | -53/+60 |
| | |||||
* | add change-theme script | Amin Bandali | 2021-10-19 | 1 | -1/+4 |
| | | | | | | allows changing themes for future application instances as well as currently-running ones on the fly. xterm and emacs have been tested and are known to work so far. | ||||
* | Many uncommitted changes | Amin Bandali | 2021-03-13 | 1 | -1/+4 |
| | |||||
* | Some adaptations for my current EXWM setup | Amin Bandali | 2020-10-12 | 1 | -1/+1 |
| | |||||
* | bash: Disallow overwriting existing file using shell redirection | Amin Bandali | 2020-10-12 | 1 | -0/+2 |
| | |||||
* | Switch to EXWM | Amin Bandali | 2020-10-12 | 1 | -0/+1 |
| | | | | (langa runs Parabola GNU/Linux-libre) | ||||
* | Move user-level configs out of rc.org | Amin Bandali | 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 | Amin Bandali | 2020-04-11 | 1 | -121/+0 |
| | |||||
* | guix: break down monolithic profile into multiple smaller profiles | Amin Bandali | 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 | Amin Bandali | 2020-01-08 | 1 | -0/+14 |
| | |||||
* | bash: add t function | Amin Bandali | 2019-12-03 | 1 | -0/+4 |
| | |||||
* | bash: slightly simplify prompt | Amin Bandali | 2019-09-22 | 1 | -3/+1 |
| | | | | no need to colourize the \u, colourizing \$ is enough | ||||
* | bash: update prompt | Amin Bandali | 2019-09-22 | 1 | -7/+9 |
| | |||||
* | bash: use i-beam cursor in terminals | Amin Bandali | 2019-09-13 | 1 | -1/+1 |
| | |||||
* | shell: it probably makes more sense to start ssh-agent in ~/.profile | Amin Bandali | 2019-08-10 | 1 | -9/+0 |
| | |||||
* | bash: set terminal title | Amin Bandali | 2019-08-10 | 1 | -0/+3 |
| | |||||
* | bash: adapt bashrc for debian, taking some niceties from its bashrc | Amin Bandali | 2019-08-10 | 1 | -2/+35 |
| | |||||
* | isync, bash, eshell: try imap syncing my gnu mail from my server | Amin Bandali | 2019-08-06 | 1 | -3/+1 |
| | |||||
* | shell: more flexible per-host profile configuration | Amin Bandali | 2019-08-05 | 1 | -9/+7 |
| | |||||
* | bash: adapt config for guix system | Amin Bandali | 2019-08-05 | 1 | -4/+29 |
| | |||||
* | shell: a bunch of uncommitted changes since i switched to Trisquel | Amin Bandali | 2019-07-20 | 1 | -9/+3 |
| | |||||
* | rename a few accounts and filenames | Amin Bandali | 2019-07-14 | 1 | -1/+1 |
| | |||||
* | bash: add e and se alias for editing files with emacs | Amin Bandali | 2019-06-06 | 1 | -0/+2 |
| | |||||
* | getmail: move getmailrc to $XDG_CONFIG_HOME/getmail, use dovecot-lda | Amin Bandali | 2019-05-19 | 1 | -1/+4 |
| | |||||
* | bash: fix config in emacs’s ansi-term and GNU Screen | Amin Bandali | 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 | Amin Bandali | 2019-05-10 | 1 | -0/+1 |
| | |||||
* | bash: aur(): only try cloning if it doesn’t already exist | Amin Bandali | 2019-04-14 | 1 | -1/+1 |
| | |||||
* | bash: set prompt earlier | Amin Bandali | 2019-04-14 | 1 | -7/+7 |
| | |||||
* | bash: start ssh-agent if not running | Amin Bandali | 2019-04-14 | 1 | -0/+7 |
| | |||||
* | bash: various tweaks | Amin Bandali | 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 | Amin Bandali | 2019-04-14 | 1 | -2/+13 |
| | |||||
* | bash: fish-like prompt | Amin Bandali | 2019-04-14 | 1 | -1/+5 |
| | |||||
* | bash: bring over some aliases and customizations from .zshrc | Amin Bandali | 2019-04-14 | 1 | -5/+20 |
| | |||||
* | bash: add .bash_profile and .bashrc | Amin Bandali | 2019-04-14 | 1 | -0/+9 |