aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Adapt path to share/aux in "check-shellcheck" targetEuAndreh2023-04-121-1/+1
|
* Makefile: Use "deployer" user in "upload" targetEuAndreh2023-04-031-2/+5
|
* Makefile: Exclude share/aux-repo from ShellCheckEuAndreh2023-03-261-0/+1
|
* Makefile: Exclude mint from uploadEuAndreh2023-03-231-1/+2
|
* Makefile: Strip .qcow2 from image namesEuAndreh2023-03-231-0/+1
|
* Makefile: Add "upload" target to send VM imagesEuAndreh2023-03-231-0/+7
|
* Makefile: Add email across servers in checkEuAndreh2023-03-181-0/+2
|
* Makefile: Store Guix result symlinks under varEuAndreh2023-03-171-4/+4
|
* Makefile: buid Guix files in "all" targetEuAndreh2023-03-171-0/+8
|
* Makefile: Always build tildeEuAndreh2023-03-161-1/+1
|
* Makefile: Generate postmap derived files in tilde repositoryEuAndreh2023-03-161-9/+0
|
* Makefile: Add username@ to subject on "check-aliases"EuAndreh2023-03-151-1/+1
|
* Makefile: Add $(hostname) of sender in "check-aliases"EuAndreh2023-03-151-1/+1
|
* Makefile: Add "check-aliases" targetEuAndreh2023-03-151-1/+6
|
* Use `hostname` to pick xmobar configEuAndreh2023-02-281-0/+4
|
* Makefile: Also check if private is out of syncEuAndreh2023-02-271-8/+12
|
* Makefile: Add "check-nixfmt" targetEuAndreh2023-02-221-3/+6
|
* Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/EuAndreh2023-02-171-0/+2
|
* Makefile: Fix "clean" targetEuAndreh2023-02-171-1/+1
| | | | | Since "$(XDG_STATE_HOME)/ssh/conn" is a directory, rm(1) needs the -r option to operate on it.
* Makefile: Assert ~/Documents/txt/ existsEuAndreh2023-02-171-0/+3
|
* Makefile: Add "check-dirty-pass" targetEuAndreh2023-02-131-1/+14
|
* Makefile: Add ~/.ssh symlinkEuAndreh2022-11-301-0/+4
|
* Makefile: Store SSH connections in $XDG_STATE_HOMEEuAndreh2022-11-271-2/+2
|
* Makefile: Make "cd + $(MAKE)" rules silentEuAndreh2022-11-271-3/+3
|
* Makefile: Use $(HOME) over ~ in dependency nameEuAndreh2022-11-271-1/+1
|
* Makefile: Consistent sort of $(derived-assets)EuAndreh2022-11-271-4/+4
|
* Makefile: Enforce creating $XDG_CACHE_HOME/ssh/connEuAndreh2022-11-271-0/+4
|
* Makefile: Use the same rule to build both manpages from PODEuAndreh2022-11-251-3/+3
|
* Makefile: Fix dependency of sasl-passwordEuAndreh2022-11-241-1/+5
|
* opt/tests/assert-running-service.sh: Add to "check" targetEuAndreh2022-11-241-6/+2
|
* Revert "Revert "Move email, IRC and Atom into Thunderbird""EuAndreh2022-11-241-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.
* Makefile: Exclude symlinks from "git ls-files" listingEuAndreh2022-11-171-0/+2
|
* Revert "Move email, IRC and Atom into Thunderbird"EuAndreh2022-11-121-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.
* Move email, IRC and Atom into ThunderbirdEuAndreh2022-11-121-37/+1
|
* bin/m: Run mbsync in parallel, with one process per accountEuAndreh2022-11-061-0/+4
| | | | Get the accounts from the list generated by `mailcfg list`.
* etc/remhind/config.tmpl: Add remhind config template, and generate it in ↵EuAndreh2022-11-041-0/+4
| | | | Makefile
* Makefile: Notify Lisp image created to STDOUT instead of silent workEuAndreh2022-11-021-1/+1
|
* etc/ssh/config: Generate with envsubstEuAndreh2022-10-311-0/+4
| | | | So that the `Include` can also point to a variable.
* Makefile: Exclude gen-e-list.sh from check-fixmeEuAndreh2022-10-301-1/+5
|
* Generate etc/gnupg/gpg-agent.conf from Makefile instead of Guix HomeEuAndreh2022-10-291-0/+6
|
* Generate etc/git/config-extra from Makefile instead of Guix HomeEuAndreh2022-10-291-0/+5
|
* Remove configuration files from email programsEuAndreh2022-10-271-5/+25
| | | | Generate them instead with the new mailcfg(1).
* Makefile: Refresh Lisp images on li(1) changesEuAndreh2022-10-251-1/+1
|
* Makefile: s/ccl/clozure/EuAndreh2022-10-251-3/+3
|
* bin/cl: Setup ClozureEuAndreh2022-10-251-0/+1
|
* bin/cl: Move automatic image handling out to bin/liEuAndreh2022-10-241-6/+2
|
* bin/x: Generate WIP version of the POD manpageEuAndreh2022-10-211-0/+4
| | | | Remove FIXME marker.
* Makefile: Exclude global gitignore file from check-fixme targetEuAndreh2022-10-211-1/+1
|
* Makefile: Exclude subroutine lint of perlcriticEuAndreh2022-10-201-1/+1
|
* Makefile: Include working Lisp image for SBCLEuAndreh2022-10-191-4/+8
|