1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00
Go to file
2019-04-29 18:13:01 +02:00
bin Add custom scripts 2019-04-28 22:03:13 +02:00
editors/vim Search case insensitive 2019-04-28 21:30:55 +02:00
gui Use lock script that disables dunst 2019-04-28 22:02:38 +02:00
meta Update submodules 2019-04-29 18:13:01 +02:00
shells Replace absolute path 2019-04-28 21:35:52 +02:00
terminals Update submodules 2019-04-29 18:13:01 +02:00
tools Remove absolute path 2019-04-28 21:38:43 +02:00
.gitignore Ignore linked neovim config 2018-08-13 11:54:36 +02: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.