This repository utilizes Dotbot, see repository for more information.
- git
~$ git clone --recursive https://github.com/daephx/dotfiles.git ~/.dotfiles
~$ cd ~/.dotfiles
~/.dotfiles ./install-profile <profile> [<configs...>]
See meta/profiles/ for available profiles
~/.dotfiles ./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.
meta/profiles
├── <a href="./meta/profiles/ubuntu" title="ubuntu">exampleOS1</a>
└── <a href="./meta/profiles/macos" title="macos">exampleOS2</a>
meta
├── <a href="./meta/base.yaml" title="base.yaml">base.yaml</a>
└── configs
├── <a href="./meta/configs/zsh.install.yaml" title="zsh.install.yaml">zsh.install.yaml</a>
└── <a href="./meta/configs/zsh.conf.yaml" title="zsh.conf.yaml">zsh.conf.yaml</a>
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.