1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00
Go to file
2017-03-06 10:36:51 +01:00
editors/vim Add notes.vim, vim-misc and restore vimrc 2017-03-06 10:36:51 +01:00
gui Add dunst configuration and install scripts 2017-02-12 14:21:16 +01:00
meta Update submodules before installing 2017-02-17 16:00:51 +01:00
shells Disable autopushd in zshrc 2017-02-17 15:59:54 +01:00
terminals Update tmuxinator templates 2017-02-19 17:08:35 +01:00
tools Add xbindkeys config and install script 2017-02-11 20:47:39 +01:00
.gitignore Ignore vim undo and swapfiles and every plugin except vundle 2017-02-11 18:26:10 +01:00
.gitmodules Change antigen path 2017-02-11 13:28:48 +01:00
install-profile Improve output for current configuration 2017-02-12 15:47:54 +01:00
install-standalone Add install scripts and global dotbot files 2017-02-11 20:58:25 +01:00
LICENSE Fix LICENSE 2017-02-12 13:36:25 +01:00
README.md Fix filename in README.md 2017-02-12 14:14:50 +01:00

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.