Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some vestigial configs | Amin Bandali | 2021-10-18 | 5 | -140/+0 |
| | |||||
* | Move user-level configs out of rc.org | Amin Bandali | 2020-10-06 | 5 | -0/+140 |
| | | | | | I will keep rc.org around for now, only for system-level (global) config files. | ||||
* | delete old config files | Amin Bandali | 2020-04-11 | 1 | -51/+0 |
| | | | | | | | | | | - compton - dunst - i3status - sway - swaylock - ncmpcpp - pigeonhole | ||||
* | move non-emacs configs to rc.org | Amin Bandali | 2020-04-11 | 4 | -131/+0 |
| | |||||
* | guix: break down monolithic profile into multiple smaller profiles | Amin Bandali | 2020-03-13 | 4 | -11/+29 |
| | | | | | | 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 | ||||
* | guix: add (sudo-less) light | Amin Bandali | 2020-01-27 | 1 | -0/+1 |
| | | | | | landed fcb510c541e83291ea6682cba87020a913c64914 in guix.git so one can set brightness using light without sudo | ||||
* | switch to exwm on chaman | Amin Bandali | 2020-01-25 | 1 | -2/+13 |
| | |||||
* | emacs: add back my znc fork | Amin Bandali | 2020-01-23 | 1 | -0/+1 |
| | | | | emacs-znc-git is from my guix-mab channel | ||||
* | bash,guix: "fix" completion | Amin Bandali | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | emacs,guix: port init.el over to guix | Amin Bandali | 2020-01-08 | 1 | -12/+15 |
| | | | | | | | | | TODO: consider writing guix package definitions for these: - alloy-mode - george-mode - org-pdftools - oddmuse-curl - znc.el (my fork) | ||||
* | emacs,gnupg: do pinentry outside emacs | Amin Bandali | 2019-08-31 | 1 | -1/+1 |
| | |||||
* | emacs: use straight.el for package management again | Amin Bandali | 2019-08-31 | 1 | -52/+1 |
| | | | | | | | | it seems easier/cleaner to use straight rather than going through all of guix. not sure; might end up using guix again for it at some point. also, fork lean-mode and remove runtime requiring of cl, and use the fork. should submit PR and switch back to upstream once it’s merged. | ||||
* | guix,emacs: bump guix{,-bandali}, add emacs-biblio-git | Amin Bandali | 2019-08-12 | 1 | -0/+1 |
| | |||||
* | emacs,guix: install and use pdf-tools for viewing PDFs in emacs | Amin Bandali | 2019-08-10 | 1 | -0/+1 |
| | |||||
* | shell: it probably makes more sense to start ssh-agent in ~/.profile | Amin Bandali | 2019-08-10 | 1 | -0/+1 |
| | |||||
* | guix: mkdir ~/.config/guix/manifest and add one for jirud | Amin Bandali | 2019-08-10 | 2 | -0/+196 |
TODO: figure out how to have one common.scm or multiple single-purpose lists of packages, like emacs.scm, xorg.scm, fonts.scm, tex.scm, etc. |