Commit graph

63 commits

Author SHA1 Message Date
Danielle McLean 8bfca07760
Update _dots to pull list of repos from Gitea
I completely forgot I made the _dots completion function do this in the
first place. Past Dani did some really cool stuff! Anyway, the dot
repos now live on Gitea, so the completion function needs to fetch the
list from there instead. It's not difficult, the API is very simple.
2021-07-15 09:18:45 +10:00
Danielle McLean 154ac865d2
Upgrade to Jekyll 4.2.0 2021-07-06 20:47:34 +10:00
Danielle McLean 8ab954e9ed
Ignore the .bundle directory, as Bundler itself instructs 2020-12-23 20:52:49 +11:00
Danielle McLean 98ef4dc5d5
Make dots even more resilient to curl dropouts (it'll just crash harmlessly no matter where it's split) 2020-12-15 09:27:28 +11:00
Danielle McLean 6bfcf82038 Whoops, pass arguments to dots through to main 2020-09-24 19:31:16 +10:00
Danielle McLean dfa0140470
Add basic info on subcommands to README.md 2020-06-18 14:12:53 +10:00
Danielle McLean f337cc8574
Hmm, try using separate symlinks that aren't excluded from Jekyll to load the base repo stuff into the site? Might be more reliable 2020-06-18 14:00:35 +10:00
Danielle McLean e9b0d0d5c0
Put a Netlify badge in the readme, to help keep track of whether the site's working properly 2020-06-18 13:52:24 +10:00
Danielle McLean b12ce74be9
Document the environment variables that can be set to customise dots 2020-06-18 13:47:48 +10:00
Danielle McLean 4288228da5
Make the 'bare' dots package prefix configurable, defaulting to my Gitea dot org 2020-06-18 13:37:53 +10:00
Danielle McLean d01591a0d4
Wrap the loose commands at the end of dots in a function too, to help guarantee harmless crashing if the script's download is interrupted 2020-06-18 13:34:41 +10:00
Danielle McLean 316108268f
Clone 'bare' dots package names from git.00dani.me/dot, rather than GitHub 2020-06-18 13:33:12 +10:00
Danielle McLean 3632e5cdcd
Completely ditch the custom main.scss file, since I wasn't doing anything special with it anyway 2020-06-18 13:28:12 +10:00
Danielle McLean 48ab217a9c
Add my fedi profile to _config.yml, since apparently Minima does support those 2020-06-18 13:24:22 +10:00
Danielle McLean 73f6fca9fd
Use Minima's default head.html partial, since it can load our stylesheet if we name it correctly 2020-06-18 13:23:55 +10:00
Danielle McLean 44176dc8c3
Actually, I think I prefer dot/dots for the title rather than my domain name 2020-06-18 12:18:10 +10:00
Danielle McLean 436761a6a5
Update _config.yml: remove outdated Twitter handle, unnecessary exclude configuration, and adjust title and description 2020-06-18 12:16:55 +10:00
Danielle McLean f4e57b09f9
Avoid weird Liquid syntax error by dropping parentheses from expression? 2020-06-18 12:15:12 +10:00
Danielle McLean 79eab2e764
Update gitignore: the newer version of Jekyll uses different stuff that must be ignored, apparently 2020-06-18 12:07:04 +10:00
Danielle McLean 0207b7da11
Push Jekyll site files into a subdirectory to avoid confusing them with actual dots script files 2020-06-18 12:00:16 +10:00
Danielle McLean b9d9939c7f
Oops, it's dot/vim, not dots/vim 2020-06-18 11:49:21 +10:00
Danielle McLean 90d8d73c3d
Upgrade to Jekyll 4 2020-06-18 11:44:17 +10:00
Danielle McLean a75650e7f2
Update to Bundler 2 because apparently Bundler 1 doesn't work with Netlify any more? 2020-06-18 11:34:13 +10:00
Danielle McLean f565dba86e
Bump up Jekyll and ffi to satisfy vulnerability warnings 2020-06-18 11:30:09 +10:00
Danielle McLean f591c604c5
Point links in README.md to git.00dani.me instead of GitHub 2020-06-18 11:24:48 +10:00
Danielle McLean 5a0ad14dc1
Migrate all the references from dots.00dani.id.au to dots.00dani.me 2018-03-26 20:38:37 +11:00
Danielle McLean 7cc0a27ecf
Revert "Move from dots.00dani.id.au to dots.00dani.me"
This reverts commit 7f4af6e10d. I forgot
that Cloudflare provides TLS and GitHub Pages doesn't work without it.
:/
2018-03-22 09:27:13 +11:00
Danielle McLean 7f4af6e10d
Move from dots.00dani.id.au to dots.00dani.me 2018-03-22 09:26:09 +11:00
Danielle McLean 66512eb358
Prettify and polish up partial-dl-test script 2017-04-14 01:26:30 +10:00
Danielle McLean fa554058cc
Adds styles so that the README link is easier to see, plus use nicer fonts 2016-12-05 22:24:39 +11:00
Danielle McLean 6b89646829
Switches the check for stow to the idiomatic zsh command-exists syntax 2016-12-05 22:07:30 +11:00
Danielle McLean eab82b9ebf
Adds a helpful little link to the README at the top of the dots source 2016-12-05 22:06:10 +11:00
Danielle McLean cd3c23e76b
Add a dots pull command which just git pulls in every package 2016-10-30 10:17:24 +11:00
Danielle McLean 71601dacf1
$DOTFILES is always set in the completion function, so no need for a default 2016-10-27 16:35:28 +11:00
Danielle McLean ebdd5a9320
Added zsh completion support :D 2016-10-27 16:33:59 +11:00
Danielle McLean 0eed4b0a0e
Quote function names to improve curl safety (can't accidentally call a command that's the first half of a function's name for example) 2016-10-22 21:54:25 +11:00
Danielle McLean e098adf56f
Add 'dots fetch' to quickly retrieve updates for everything 2016-10-22 21:44:44 +11:00
Danielle McLean de19a757b9
Improved display for 'dots status', with info about remote and local commits 2016-10-17 20:43:45 +11:00
Danielle McLean 6a4a1e87a6
Set the production URL correctly 2016-10-11 20:09:00 +11:00
Danielle McLean c74b8ba141
dots status should correctly detect the status of a package that isn't a Git repo 2016-10-11 20:07:22 +11:00
Danielle McLean 82d27231b1
Oops, fix the name for process-stow-no-folding 2016-10-08 18:48:02 +11:00
Danielle McLean 1e0267ba57
Avoid using fancy assignment syntax after 'local' so that dots works in zsh < 5.1 2016-10-08 00:43:17 +11:00
Danielle McLean 7d9ec3583f
Whoops, rename the correct base directory :o 2016-10-07 23:21:16 +11:00
Danielle McLean d1c45a82e8
Update dots to handle the new renaming stuff 2016-10-07 23:20:22 +11:00
Danielle McLean 8010ad7359
Renamed the .stow-no-folding package file 2016-10-07 23:19:02 +11:00
Danielle McLean b5585fa6b4
Add dot-git to the bootstrapped list 2016-10-05 00:01:54 +11:00
Danielle McLean e804a8f0cc
Point at the correct domain in production 2016-10-04 23:53:54 +11:00
Danielle McLean 5178802725
Add a script for testing curl | zsh resilience and mention it in the README 2016-10-04 23:38:41 +11:00
Danielle McLean a324ca62c8
Remove meaningless 'local' declaration at top-level 2016-10-04 23:35:29 +11:00
Danielle McLean daa5fdd7c1
Only bother loading mapfile when we actually need it (it's fine to call zmodload twice) 2016-10-04 22:31:17 +11:00