Dotfile management using Dotbot. Structure of this repository is strongly inspired by vsund.
- git
- python
- tmux
- tmuxinator
- vim
- bash
- fish
- fisher
~$ git clone --recursive https://github.com/HerveMARTIN/dotfiles.git
or for me
~$ git clone --recursive [email protected]:HerveMARTIN/dotfiles.git
For installing a predefined profile:
~/.dotfiles$ ./install-profile <profile> [<configs...>]
# see meta/profiles/ for available profiles
For installing single configurations:
~/dotfiles$ ./install-standalone <configs...>
# see meta/configs/ for available configurations
meta/profiles/
├── osx
└── ubuntu
meta/configs/
├── bash.yaml
├── fish.yaml
├── git.yaml
├── homebrew.yaml
├── tmux.yaml
└── vim.yaml