Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Wait for Nextcloud to fully sync before continuing with setup.sh | EuAndreh | 2019-06-01 | 1 | -1/+16 |
| | |||||
* | Add usage and import_gpg to setup.sh | EuAndreh | 2019-06-01 | 1 | -19/+63 |
| | |||||
* | Remove extra GPG exporting info from README.org | EuAndreh | 2019-06-01 | 1 | -19/+15 |
| | |||||
* | s/install-nixos.sh/install.sh/ | EuAndreh | 2019-06-01 | 1 | -2/+2 |
| | |||||
* | Export ownertrust in export-keys.sh | EuAndreh | 2019-06-01 | 1 | -7/+19 |
| | |||||
* | Add helper scripts/export-keys.sh | EuAndreh | 2019-06-01 | 1 | -0/+23 |
| | |||||
* | WIP: Move scripts out of README.org into public/nixos/setup.sh | EuAndreh | 2019-06-01 | 2 | -36/+38 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-01 | 1 | -2/+4 |
| | |||||
* | Add instructions on how to install NixOS automatically on README | EuAndreh | 2019-06-01 | 4 | -2/+56 |
| | |||||
* | Add -E to template env.sh file | EuAndreh | 2019-06-01 | 1 | -1/+1 |
| | |||||
* | TODOs.org | EuAndreh | 2019-06-01 | 1 | -0/+3 |
| | |||||
* | Format nixos/configuration.nix (linter offense) | EuAndreh | 2019-06-01 | 1 | -5/+4 |
| | |||||
* | Delete nixos/os-installation.sh | EuAndreh | 2019-06-01 | 2 | -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.org | EuAndreh | 2019-06-01 | 1 | -0/+6 |
| |