Skip to content

Latest commit

 

History

History

meta

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⚠️ Dotbot is no longer being used. Replaced with ansible. check README.md ⚠️

dotfiles/meta/

Where all dotbot configs will be placed.

How does it work?

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.


File/Folder structure

dotfiles/meta/
├── README.md
├── base.yaml
├── configs/
├── dotbot/
├── install-list/
├── install-script/
└── profiles/

base.yaml

default dotbot config to run when running a config from dotfiles/config/

DO NOT remove.

Obtained from: ecarlson94/dotbot-template : base.yaml

configs/

contains all dotbot configs/

Check configs/

dotbot/

Dotbot repo used as submodule. The software used for bootstrapping and running dotbot configs

install-list/

Files that contains plugin, extensions, etc to be installed using configs from dotfiles/meta/configs/

Check install-list/

install-script/

Scripts that are run from a config file in dotfiles/meta/configs/ folder.

Check install-script/

profiles/

contains all dotbot profile script

Check profiles/