refactor: moved dotfile examples to the correct folder, added new ones

This commit is contained in:
Michele Cereda
2023-07-02 23:23:06 +02:00
parent b7ffd7a11b
commit 12083d0458
21 changed files with 798 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
################################################################################
## ~/.Brewfile
## ./Brewfile or ~/.Brewfile
##
## If ~/.Brewfile, used as global file for homebrew.
## Gotchas:
## - `moreutils` installs its own old version of parallel, which conflicts with
## the `parallel` formula; install `gettext`, `parallel` and `sponge` instead