1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00
Go to file
2018-08-13 11:50:24 +02:00
editors/vim Add license plugin 2018-08-13 11:46:45 +02:00
gui Start GNOME keyring with WM 2018-08-13 11:48:56 +02:00
meta Also install zprofile 2018-08-13 11:49:43 +02:00
shells Update ZSH config 2018-08-13 11:50:24 +02:00
terminals Update submodules 2017-04-07 15:59:33 +02:00
tools Fix padding 2018-08-13 11:50:00 +02:00
.gitignore Ignore vim undo and swapfiles and every plugin except vundle 2017-02-11 18:26:10 +01:00
.gitmodules Update vimrc 2017-04-12 14:51:01 +02:00
install-profile Make install scripts executable 2018-08-13 11:43:18 +02:00
install-standalone Make install scripts executable 2018-08-13 11:43:18 +02: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.