vsund / dotfiles

Some things that live in ~/ at my machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

These dotfiles use Dotbot for installation. There are screenshots available (because everybody loves screenshots).

Dependencies

Installation

~$ 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.

Contents

Profiles

meta/profiles/
├── server
├── workstation
└── workstation-minimal

Dotbot configurations

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

Dotfiles

.
├── 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

About

Some things that live in ~/ at my machines

License:The Unlicense


Languages

Language:Vim Script 92.0%Language:Shell 8.0%