Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename public/static/README.css -> docs/README.css | EuAndreh | 2019-06-02 | 3 | -15/+13 |
| | | | | | | | | | Adapt utils.nix to point to it instead. Include README.css in fake-symlinks.sh. BONUS: Use "${VARIABLE}" instead of "$VARIABLE" in fake-symlinks.sh. | ||||
* | TODOs.org | EuAndreh | 2019-06-02 | 1 | -2/+13 |
| | |||||
* | Fix overwrite boolean logic bug | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | mrconfig.ini | EuAndreh | 2019-06-02 | 1 | -0/+0 |
| | |||||
* | Format Nix files (linter offense) | EuAndreh | 2019-06-02 | 2 | -4/+5 |
| | |||||
* | Disable SC2086 | EuAndreh | 2019-06-02 | 1 | -0/+1 |
| | |||||
* | Remove ad-hoc ~/archive/ rsync from backup | EuAndreh | 2019-06-02 | 1 | -9/+0 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-02 | 1 | -4/+6 |
| | |||||
* | Remove password-hash.txt from repo | EuAndreh | 2019-06-02 | 2 | -1/+1 |
| | | | | Use Git Annex instead. | ||||
* | Remove tmuxinator templates | EuAndreh | 2019-06-02 | 8 | -0/+0 |
| | | | | Use Git Annex repo instead. | ||||
* | WIP: mailing-list-import-mbox.sh | EuAndreh | 2019-06-02 | 1 | -0/+5 |
| | |||||
* | Remove symlinking actions to private data | EuAndreh | 2019-06-02 | 1 | -8/+0 |
| | | | | Do it in Git Annex repo instead. | ||||
* | Remove encrypted/ shell files | EuAndreh | 2019-06-02 | 3 | -1/+1 |
| | | | | Move Bash files to Git Annex repo. | ||||
* | Remove video-feed.sh from repo | EuAndreh | 2019-06-02 | 2 | -1/+2 |
| | | | | Use Git Annex repo instead. | ||||
* | Remove AWS credentials | EuAndreh | 2019-06-02 | 3 | -2/+2 |
| | | | | Use Git Annex repo instead. | ||||
* | Remove Clojure credentials.clj.gpg | EuAndreh | 2019-06-02 | 2 | -0/+0 |
| | | | | Use Git Annex repo instead. | ||||
* | Move IMAP credentials out of dotfiles repo | EuAndreh | 2019-06-02 | 6 | -1/+1 |
| | | | | Use Git Annex repo instead. | ||||
* | Remove encrypted/SSH/ | EuAndreh | 2019-06-02 | 5 | -0/+0 |
| | |||||
* | Move definitely from ownCloud to Nextcloud | EuAndreh | 2019-06-02 | 7 | -15/+14 |
| | |||||
* | Store borg updated files after borg create run | EuAndreh | 2019-06-02 | 1 | -0/+8 |
| | |||||
* | Backup newsboat before notmuch | EuAndreh | 2019-06-02 | 1 | -4/+4 |
| | | | | newsboat fails faster than notmuch. | ||||
* | Only backup.sh mr repos under ~/dev/libre/ | EuAndreh | 2019-06-02 | 1 | -2/+2 |
| | |||||
* | Parameterize the overwriting of docs publishing | EuAndreh | 2019-06-02 | 2 | -3/+5 |
| | |||||
* | Use ~/tmp/backup/ for backing up ad-hoc data | EuAndreh | 2019-06-02 | 1 | -5/+8 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-02 | 1 | -1/+2 |
| | |||||
* | Use ~/dev/libre/borg/ repository for config | EuAndreh | 2019-06-02 | 2 | -1/+1 |
| | |||||
* | Remove encrypted/borg/ | EuAndreh | 2019-06-02 | 68 | -0/+0 |
| | |||||
* | Supress notmuch stderr messages | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | | | | | Messages like: Note: Ignoring non-mail file: /home/andreh/mbsync/EuAndreh/.mbsyncstate | ||||
* | Add link to dotfiles repository in README.org | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Use explicit HTML for badge in README.org | EuAndreh | 2019-06-02 | 1 | -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 files | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | README instructions rewording | EuAndreh | 2019-06-02 | 1 | -1/+3 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-02 | 1 | -6/+7 |
| | |||||
* | Tag NEXT with red instead of orange | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Add note on fetchTarball during nixos-install | EuAndreh | 2019-06-02 | 1 | -0/+2 |
| | |||||
* | Fix README.css sha256 | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Remove badge from README | EuAndreh | 2019-06-02 | 1 | -2/+1 |
| | |||||
* | Disable ShellCheck 1090 for setup.sh | EuAndreh | 2019-06-02 | 1 | -0/+2 |
| | |||||
* | Format utils.nix (linter offense) | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | WIP: add stub body to function in setup.sh | EuAndreh | 2019-06-02 | 1 | -2/+2 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-02 | 2 | -4/+5 |
| | |||||
* | Build README.org HTML in utils.nix | EuAndreh | 2019-06-02 | 2 | -13/+5 |
| | |||||
* | Fetch README.css from URL | EuAndreh | 2019-06-02 | 1 | -1/+5 |
| | |||||
* | Add public/static/README.css | EuAndreh | 2019-06-02 | 1 | -0/+335 |
| | |||||
* | Remove PostgreSQL configuration | EuAndreh | 2019-06-02 | 1 | -14/+0 |
| | |||||
* | Test if rust tooling is configured before using it | EuAndreh | 2019-06-02 | 1 | -0/+2 |
| | |||||
* | Check if folder exists before creating nested symlink | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | WIP: add 3 extra steps to setup.sh | EuAndreh | 2019-06-02 | 1 | -26/+70 |
| | | | | Add setup_git_annex, setup_dotfiles and restore_backups. | ||||
* | Fix references from $KEY_PAIR_PATH to $TAR_PATH | EuAndreh | 2019-06-01 | 1 | -2/+2 |
| |