⚠️ Dotbot
is no longer being used. Replaced with ansible. check README.md ⚠️
Where all dotbot configs will be placed.
This folder is used by dotbot, a dotfiles bootstrapping tool used for setting up configs.
This folder is setup using ecarlson94/dotbot-template file/folder structure.
Read: anishathalye/dotbot using different groups of task
dotfiles/install-standalone
script is used for running dotbot config located in dotfiles/meta/configs/
folder.
dotfiles/install-profile
script is used for running a collection of dotbot configs defined in dotfiles/meta/profiles/
folder.
dotfiles/meta/ ├── README.md ├── base.yaml ├── configs/ ├── dotbot/ ├── install-list/ ├── install-script/ └── profiles/
default dotbot config to run when running a config from dotfiles/config/
DO NOT remove.
Obtained from: ecarlson94/dotbot-template : base.yaml
contains all dotbot configs/
Check configs/
Dotbot repo used as submodule. The software used for bootstrapping and running dotbot configs
Files that contains plugin, extensions, etc to be installed using configs from dotfiles/meta/configs/
Check install-list/
Scripts that are run from a config file in dotfiles/meta/configs/
folder.
Check install-script/
contains all dotbot profile script
Check profiles/