Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishathalye/dotfiles_template
A template for structuring dotfiles (using Dotbot as an installer) 📜
https://github.com/anishathalye/dotfiles_template
Last synced: 5 days ago
JSON representation
A template for structuring dotfiles (using Dotbot as an installer) 📜
- Host: GitHub
- URL: https://github.com/anishathalye/dotfiles_template
- Owner: anishathalye
- License: unlicense
- Created: 2014-03-20T21:54:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T15:32:38.000Z (about 3 years ago)
- Last Synced: 2024-08-02T12:44:27.213Z (3 months ago)
- Language: PowerShell
- Homepage:
- Size: 22.5 KB
- Stars: 183
- Watchers: 8
- Forks: 230
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - anishathalye/dotfiles_template - A template for structuring dotfiles (using Dotbot as an installer) 📜 (PowerShell)
- awesome-starred - anishathalye/dotfiles_template - A template for structuring dotfiles (using Dotbot as an installer) 📜 (others)
README
Dotfiles Template
=================This is a template repository for bootstrapping your dotfiles with [Dotbot][dotbot].
To get started, you can [create a new repository from this template][template]
(or you can [fork][fork] this repository, if you prefer). You can probably
delete this README and rename your version to something like just `dotfiles`.In general, you should be using symbolic links for everything, and using git
submodules whenever possible.To keep submodules at their proper versions, you could include something like
`git submodule update --init --recursive` in your `install.conf.yaml`.To upgrade your submodules to their latest versions, you could periodically run
`git submodule update --init --remote`.Inspiration
-----------If you're looking for inspiration for how to structure your dotfiles or what
kinds of things you can include, you could take a look at some repos using
Dotbot.* [anishathalye's dotfiles][anishathalye_dotfiles]
* [csivanich's dotfiles][csivanich_dotfiles]
* [m45t3r's dotfiles][m45t3r_dotfiles]
* [alexwh's dotfiles][alexwh_dotfiles]
* [azd325's dotfiles][azd325_dotfiles]
* [wazery's dotfiles][wazery_dotfiles]
* [thirtythreeforty's dotfiles][thirtythreeforty_dotfiles]And there are about [700 more here][dotbot-users].
If you're using Dotbot and you'd like to include a link to your dotfiles here
as an inspiration to others, please submit a pull request.License
-------This software is hereby released into the public domain. That means you can do
whatever you want with it without restriction. See `LICENSE.md` for details.That being said, I would appreciate it if you could maintain a link back to
Dotbot (or this repository) to help other people discover Dotbot.[dotbot]: https://github.com/anishathalye/dotbot
[fork]: https://github.com/anishathalye/dotfiles_template/fork
[template]: https://github.com/anishathalye/dotfiles_template/generate
[anishathalye_dotfiles]: https://github.com/anishathalye/dotfiles
[csivanich_dotfiles]: https://github.com/csivanich/dotfiles
[m45t3r_dotfiles]: https://github.com/m45t3r/dotfiles
[alexwh_dotfiles]: https://github.com/alexwh/dotfiles
[azd325_dotfiles]: https://github.com/Azd325/dotfiles
[wazery_dotfiles]: https://github.com/wazery/dotfiles
[thirtythreeforty_dotfiles]: https://github.com/thirtythreeforty/dotfiles
[dotbot-users]: https://github.com/anishathalye/dotbot/wiki/Users