Dotfile management using Dotbot.
This repository contains only dotfiles for symlink. For dependency management, please review ecarlson94/dev-container.
The structure of this repository is heavily inspired by vsund and vbrandl.
- git
~$ git clone --recursive git@github.com:ecarlson94/dotfiles.git ~/.dotfiles
~$ cd ~/.dotfiles
~/.dotfiles$ ./install-profile <profile> [<configs...>]
See meta/profiles/ for available profiles
~/.dotfiles$ ./install-profile <profile> git-override
~/.dotfiles$ ./install-standalone <configs...>
See meta/configs/ for available configurations
meta/profiles ├── mac └── linux
meta ├── base.yaml └── configs ├── alacritty.yaml ├── bash.yaml ├── dir-colors.yaml ├── git-override.yaml (Allows setting user.name and user.email) ├── git.yaml ├── github.yaml ├── gnupg.yaml ├── gnupg-mac.yaml ├── tmux.yaml ├── tmuxinator.yaml ├── vim.yaml └── zsh.yaml
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.