1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00
dotfiles/README.md

58 lines
1.2 KiB
Markdown
Raw Normal View History

2017-02-11 21:17:46 +01:00
# Dotfiles
2017-02-12 13:27:08 +01:00
Dotfile management using [Dotbot](https://github.com/anishathalye/dotbot).
Structure of this repository is strongly inspired by [vsund](https://github.com/vsund/dotfiles).
2017-02-11 21:17:46 +01:00
## Dependencies
* gdb
* git
* gpg
* i3-gaps
* `conky`
* `dust`
* `i3-blocks`
* `i3-contrib`
* `rofi`
* `teiler`
* `xbindkeys`
* mpd
* ncmpcpp
* python
* termite
* tmux
* tmuxinator
* vim
* zsh
## Installation
```bash
2017-02-12 13:27:08 +01:00
~$ git clone --recursive https://github.com/vbrandl/dotfiles .dotfiles
2017-02-11 21:17:46 +01:00
```
For installing a predefined profile:
```bash
~/.dotfiles$ ./install-profile <profile> [<configs...>]
# see meta/profiles/ for available profiles
```
For installing single configurations:
```bash
~/.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.