aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove AWS credentialsEuAndreh2019-06-023-2/+2
| | | | Use Git Annex repo instead.
* Remove Clojure credentials.clj.gpgEuAndreh2019-06-022-0/+0
| | | | Use Git Annex repo instead.
* Move IMAP credentials out of dotfiles repoEuAndreh2019-06-026-1/+1
| | | | Use Git Annex repo instead.
* Remove encrypted/SSH/EuAndreh2019-06-025-0/+0
|
* Move definitely from ownCloud to NextcloudEuAndreh2019-06-027-15/+14
|
* Store borg updated files after borg create runEuAndreh2019-06-021-0/+8
|
* Backup newsboat before notmuchEuAndreh2019-06-021-4/+4
| | | | newsboat fails faster than notmuch.
* Only backup.sh mr repos under ~/dev/libre/EuAndreh2019-06-021-2/+2
|
* Parameterize the overwriting of docs publishingEuAndreh2019-06-022-3/+5
|
* Use ~/tmp/backup/ for backing up ad-hoc dataEuAndreh2019-06-021-5/+8
|
* TODOs.orgEuAndreh2019-06-021-1/+2
|
* Use ~/dev/libre/borg/ repository for configEuAndreh2019-06-022-1/+1
|
* Remove encrypted/borg/EuAndreh2019-06-0268-0/+0
|
* Supress notmuch stderr messagesEuAndreh2019-06-021-1/+1
| | | | | Messages like: Note: Ignoring non-mail file: /home/andreh/mbsync/EuAndreh/.mbsyncstate
* Add link to dotfiles repository in README.orgEuAndreh2019-06-021-1/+1
|
* Use explicit HTML for badge in README.orgEuAndreh2019-06-021-0/+7
| | | | | | | | | | | | | | | | | | | | The old link did work, but the =--self-contained= flag from pandoc would download the badge at build time and embed it as base64 data. I tried adding the =data-external="1"= attribute to the image, like: #+ATTR_HTML: :data-external 1 [[https://builds.sr.ht/~euandreh/dotfiles][file:https://builds.sr.ht/~euandreh/dotfiles.svg]] However this did *not* work for this link format. If I downloaded the image and referenced it instead, pandoc would keep the link: #+ATTR_HTML: :data-external 1 [[https://builds.sr.ht/~euandreh/dotfiles][./dotfiles.svg]] The hand-written HTML is to cover both cases: 1. do not embed the image at build time; 2. show the SVG image from the original source instead of the local copy.
* Use default generated options in env.sh for Bash filesEuAndreh2019-06-021-1/+1
|
* README instructions rewordingEuAndreh2019-06-021-1/+3
|
* TODOs.orgEuAndreh2019-06-021-6/+7
|
* Tag NEXT with red instead of orangeEuAndreh2019-06-021-1/+1
|
* TODOs.orgEuAndreh2019-06-021-1/+1
|
* Add note on fetchTarball during nixos-installEuAndreh2019-06-021-0/+2
|
* Fix README.css sha256EuAndreh2019-06-021-1/+1
|
* Remove badge from READMEEuAndreh2019-06-021-2/+1
|
* Disable ShellCheck 1090 for setup.shEuAndreh2019-06-021-0/+2
|
* Format utils.nix (linter offense)EuAndreh2019-06-021-1/+1
|
* WIP: add stub body to function in setup.shEuAndreh2019-06-021-2/+2
|
* TODOs.orgEuAndreh2019-06-022-4/+5
|
* Build README.org HTML in utils.nixEuAndreh2019-06-022-13/+5
|
* Fetch README.css from URLEuAndreh2019-06-021-1/+5
|
* Add public/static/README.cssEuAndreh2019-06-021-0/+335
|
* Remove PostgreSQL configurationEuAndreh2019-06-021-14/+0
|
* Test if rust tooling is configured before using itEuAndreh2019-06-021-0/+2
|
* Check if folder exists before creating nested symlinkEuAndreh2019-06-021-1/+1
|
* WIP: add 3 extra steps to setup.shEuAndreh2019-06-021-26/+70
| | | | Add setup_git_annex, setup_dotfiles and restore_backups.
* Fix references from $KEY_PAIR_PATH to $TAR_PATHEuAndreh2019-06-011-2/+2
|
* Wait for Nextcloud to fully sync before continuing with setup.shEuAndreh2019-06-011-1/+16
|
* Add usage and import_gpg to setup.shEuAndreh2019-06-011-19/+63
|
* Remove extra GPG exporting info from README.orgEuAndreh2019-06-011-19/+15
|
* s/install-nixos.sh/install.sh/EuAndreh2019-06-011-2/+2
|
* Export ownertrust in export-keys.shEuAndreh2019-06-011-7/+19
|
* Add helper scripts/export-keys.shEuAndreh2019-06-011-0/+23
|
* WIP: Move scripts out of README.org into public/nixos/setup.shEuAndreh2019-06-012-36/+38
|
* TODOs.orgEuAndreh2019-06-011-2/+4
|
* Add instructions on how to install NixOS automatically on READMEEuAndreh2019-06-014-2/+56
|
* Add -E to template env.sh fileEuAndreh2019-06-011-1/+1
|
* TODOs.orgEuAndreh2019-06-011-0/+3
|
* Format nixos/configuration.nix (linter offense)EuAndreh2019-06-011-5/+4
|
* Delete nixos/os-installation.shEuAndreh2019-06-012-115/+1
| | | | | | | | It's content were fully replaced by public/nixos/burn.sh and public/nixos/install.sh. Both are already accessible online (through https://euandre.org/dotfiles/nixos/burn.sh).
* TODOs.orgEuAndreh2019-06-011-0/+6
|