p- / userspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotbot Template

Template repository for advanced Dotbot configuration.

For getting started, please review the Wiki!

The structure of this repository is heavily inspired by vsund and vbrandl.

Table of Contents

Dependencies

  • git

Installation

~$ git clone --recursive https://github.com/OWNER/REPO.git ~/.REPO
~$ cd ~/.REPO

For installing a predefined profile:

~/.REPO$ ./install-profile <profile> [<configs...>]

See meta/profiles/ for available profiles

For installing single configurations:

~/.REPO$ ./install-standalone <configs...>

See meta/configs/ for available configurations

Note: Any configuration can be run as sudo by adding -sudo to the end of it when invoking the install script. DO NOT run the script as a sudoer.

Contents

Profiles

meta/profiles
├── exampleOS1
└── exampleOS2

Configs

meta
├── base.yaml
└── configs
    ├── example-config-1.yaml
    └── example-config-2.yaml

License

This software is hereby released under an MIT License. That means you can do whatever you want with conditions only requiring preservation of copyright and license notices. See LICENSE for details.

About

License:MIT License


Languages

Language:Shell 52.0%Language:Dockerfile 48.0%