These dotfiles use Dotbot for installation. There are screenshots available (because everybody loves screenshots).
- general
python
git
- gtk
- i3
- icons
~$ git clone --recursive https://github.com/vsund/dotfiles .dotfiles
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
You can run these installation commands safely multiple times, if you think that helps with better installation.
meta/profiles/
├── server
├── workstation
└── workstation-minimal
meta/configs/
├── bash.yaml
├── dunst.yaml
├── fonts.yaml
├── git.yaml
├── gnupg.yaml
├── gtk.yaml
├── i3.yaml
├── icons.yaml
├── parcellite.yaml
├── profile.yaml
├── qt.yaml
├── teiler.yaml
├── terminal-colors.yaml
├── termite.yaml
├── vim.yaml
├── x11.yaml
└── youtube-dl.yaml
.
├── editors
│ └── vim
│ ├── autoload
│ ├── bundle
│ ├── plugins.vim
│ ├── spell
│ ├── swapfiles
│ ├── undofiles
│ └── vimrc
├── gui
│ ├── dunst
│ │ └── dunstrc
│ ├── fonts
│ ├── gtk
│ │ ├── 2
│ │ └── 3
│ ├── i3
│ │ ├── config
│ │ ├── i3blocks.conf
│ │ └── lock.sh
│ ├── icons
│ │ └── flat.yaml
│ ├── qt
│ │ └── Trolltech.conf
│ └── x11
│ └── xinitrc
├── shells
│ ├─── bash
│ │ ├── aliases
│ │ ├── bashrc
│ │ ├── logout
│ │ └── profile
│ └── profile
├── terminals
│ ├── colors
│ │ └── base16-shell
│ └── termite
│ └── config
└── tools
├── crypto
│ └── gpg
│ ├── dirmngr.conf
│ ├── gpg-agent.conf
│ └── gpg.conf
├── misc
│ ├── parcellite
│ │ └── parcelliterc
│ ├── rofi
│ │ └── config
│ ├── teiler
│ │ ├── config
│ │ ├── profiles
│ │ └── uploader
│ └── youtube-dl
│ └── config
└── vcs
└── git
├── gitattributes
└── gitconfig