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.gitor for me
~$ git clone --recursive [email protected]:HerveMARTIN/dotfiles.gitFor installing a predefined profile:
~/.dotfiles$ ./install-profile <profile> [<configs...>]
# see meta/profiles/ for available profilesFor installing single configurations:
~/dotfiles$ ./install-standalone <configs...>
# see meta/configs/ for available configurationsmeta/profiles/
├── osx
└── ubuntu
meta/configs/
├── bash.yaml
├── fish.yaml
├── git.yaml
├── homebrew.yaml
├── tmux.yaml
└── vim.yaml
