vbrandl / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Dotfile management using Dotbot. Structure of this repository is strongly inspired by vsund.

Dependencies

  • gdb
  • git
  • gpg
  • i3-gaps
    • conky
    • dust
    • i3-blocks
    • i3-contrib
    • rofi
    • teiler
    • xbindkeys
  • mpd
  • ncmpcpp
  • python
  • termite
  • tmux
    • tmuxinator
  • vim
  • zsh

Installation

~$ git clone --recursive https://github.com/vbrandl/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.

License

This software is hereby released into the public domain. That means you can do whatever you want with it without restriction. See LICENSE for details.

About

License:The Unlicense


Languages

Language:GDB 41.8%Language:Vim Script 39.2%Language:Shell 19.1%