Commit graph

54 commits

Author SHA1 Message Date
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
Danielle McLean f709043ee2
New description ^_^; 2016-10-04 17:34:54 +11:00
Danielle McLean 2c4c2fd49c
Use a Jekyll template to reference the script, rather than a symlink, so it doesn't break when built 2016-10-04 17:21:57 +11:00
Danielle McLean 4a3206301c
Migrate the site to use Jekyll :o 2016-10-04 17:05:44 +11:00
Danielle McLean bc1748d592
Wrote a better README.md 2016-10-04 12:46:40 +11:00
Danielle McLean 4bd1d372f5
Add a README.md 2016-10-04 12:41:47 +11:00
Danielle McLean 33adac1412
Add a generic way to prevent Stow folding overzealously, instead of hardcoding the handling 2016-10-04 12:31:49 +11:00
Danielle McLean bfd00c22a0
Use proper regexps in .stow-local.ignore 2016-10-04 11:10:35 +11:00
Danielle McLean 781963d85d Create CNAME 2016-10-04 11:09:04 +11:00
Danielle McLean a2ebc0b54d
Add index.html link for GitHub Pages (hopefully this works) 2016-10-04 09:06:05 +11:00