1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00
Go to file
2017-02-12 13:27:08 +01:00
editors/vim Make vim search downwards for tag files 2017-02-11 14:18:10 +01:00
gui Make pinentry a floating window 2017-02-12 13:09:25 +01:00
meta Add i3block configuration and install scripts 2017-02-11 21:04:33 +01:00
shells Colorized manpages 2017-02-11 14:18:48 +01:00
terminals Add tmuxinator and tmux install scripts 2017-02-11 20:34:56 +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 Add install scripts and global dotbot files 2017-02-11 20:58:25 +01:00
install-standalone Add install scripts and global dotbot files 2017-02-11 20:58:25 +01:00
LICENSE.md Add license 2017-02-11 21:07:08 +01:00
README.md Fix links and punctiation 2017-02-12 13:27:08 +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.md for details.

That being said, I would appreciate it if you could maintain a link back to Dotbot (or this repository) to help other people discover Dotbot.