aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-22Makefile: Add "check-nixfmt" targetEuAndreh1-3/+6
2023-02-17Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/EuAndreh1-0/+2
2023-02-17Makefile: Fix "clean" targetEuAndreh1-1/+1
Since "$(XDG_STATE_HOME)/ssh/conn" is a directory, rm(1) needs the -r option to operate on it.
2023-02-17Makefile: Assert ~/Documents/txt/ existsEuAndreh1-0/+3
2023-02-13Makefile: Add "check-dirty-pass" targetEuAndreh1-1/+14
2022-11-30Makefile: Add ~/.ssh symlinkEuAndreh1-0/+4
2022-11-27Makefile: Store SSH connections in $XDG_STATE_HOMEEuAndreh1-2/+2
2022-11-27Makefile: Make "cd + $(MAKE)" rules silentEuAndreh1-3/+3
2022-11-27Makefile: Use $(HOME) over ~ in dependency nameEuAndreh1-1/+1
2022-11-27Makefile: Consistent sort of $(derived-assets)EuAndreh1-4/+4
2022-11-27Makefile: Enforce creating $XDG_CACHE_HOME/ssh/connEuAndreh1-0/+4
2022-11-25Makefile: Use the same rule to build both manpages from PODEuAndreh1-3/+3
2022-11-24Makefile: Fix dependency of sasl-passwordEuAndreh1-1/+5
2022-11-24opt/tests/assert-running-service.sh: Add to "check" targetEuAndreh1-6/+2
2022-11-24Revert "Revert "Move email, IRC and Atom into Thunderbird""EuAndreh1-36/+17
This reverts commit 3dcbe37baab74e089dee6f93d74a8824f5591478. The Postfix local server is still a bit janky and being worked on, now can be used to replace the previous email toolchain.
2022-11-17Makefile: Exclude symlinks from "git ls-files" listingEuAndreh1-0/+2
2022-11-12Revert "Move email, IRC and Atom into Thunderbird"EuAndreh1-1/+37
This reverts commit 9e65133659eb92c65c730b83d68c81e9d2df4251. I'm still using msmtpq for git-send-email. So I'll have to work that out before removing *all* email configuration.
2022-11-12Move email, IRC and Atom into ThunderbirdEuAndreh1-37/+1
2022-11-06bin/m: Run mbsync in parallel, with one process per accountEuAndreh1-0/+4
Get the accounts from the list generated by `mailcfg list`.
2022-11-06mEuAndreh1-14/+0
2022-11-04etc/remhind/config.tmpl: Add remhind config template, and generate it in ↵EuAndreh1-0/+4
Makefile
2022-11-02Makefile: Notify Lisp image created to STDOUT instead of silent workEuAndreh1-1/+1
2022-10-31etc/ssh/config: Generate with envsubstEuAndreh1-0/+4
So that the `Include` can also point to a variable.
2022-10-30Makefile: Exclude gen-e-list.sh from check-fixmeEuAndreh1-1/+5
2022-10-29Generate etc/gnupg/gpg-agent.conf from Makefile instead of Guix HomeEuAndreh1-0/+6
2022-10-29Generate etc/git/config-extra from Makefile instead of Guix HomeEuAndreh1-0/+5
2022-10-27Remove configuration files from email programsEuAndreh1-5/+25
Generate them instead with the new mailcfg(1).
2022-10-25Makefile: Refresh Lisp images on li(1) changesEuAndreh1-1/+1
2022-10-25Makefile: s/ccl/clozure/EuAndreh1-3/+3
2022-10-25bin/cl: Setup ClozureEuAndreh1-0/+1
2022-10-24bin/cl: Move automatic image handling out to bin/liEuAndreh1-6/+2
2022-10-21bin/x: Generate WIP version of the POD manpageEuAndreh1-0/+4
Remove FIXME marker.
2022-10-21Makefile: Exclude global gitignore file from check-fixme targetEuAndreh1-1/+1
2022-10-20Makefile: Exclude subroutine lint of perlcriticEuAndreh1-1/+1
2022-10-19Makefile: Include working Lisp image for SBCLEuAndreh1-4/+8
2022-10-19bin/cl: Add first working version, integrated with Makefile and etc/sh/rcEuAndreh1-4/+13
2022-10-19bin/check: Move tests to MakefileEuAndreh1-0/+44
2022-10-19etc/sh/rc: Move generation of GPG/SSH public keys and e.list.txt to MakefileEuAndreh1-1/+21
2022-10-19etc/sh/rc: Move creation of common-lisp/source to MakefileEuAndreh1-1/+4
2022-10-19Makefile: Add to generate manpages from PODEuAndreh1-0/+12
2021-06-08sh/templates/: Remove assert-clang-format.shEuAndreh1-1/+0
2021-03-09Makefile: Generate HTML in "public" targetEuAndreh1-1/+1
2021-02-28Makefile: Add stub dev-check targetEuAndreh1-2/+4
2021-02-03assert-nixfmt.sh: Only run when nixfmt is availableEuAndreh1-1/+1
2021-02-02Makefile: Add assert-clang-format.sh to check targetEuAndreh1-0/+1
2021-01-30Makefile: allow assert-nixfmt.sh to failEuAndreh1-1/+1
2021-01-28Remove generation of index.html fileEuAndreh1-3/+1
2021-01-28fake-symlinks: mv build-aux into aux, and other support folder into auxEuAndreh1-3/+3
Remove Guix channel files that are embedded in the repository.
2021-01-17Split sheband line from shell optionsEuAndreh1-4/+4
2021-01-16Makefile: Use sh over relying on shebangEuAndreh1-4/+4