Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vbrandl/dotfiles
https://github.com/vbrandl/dotfiles
configuration dotbot dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vbrandl/dotfiles
- Owner: vbrandl
- License: unlicense
- Created: 2017-02-11T20:18:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T14:09:47.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T10:31:01.659Z (3 months ago)
- Topics: configuration, dotbot, dotfiles
- Language: GDB
- Size: 232 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
Dotfile management using [Dotbot](https://github.com/anishathalye/dotbot).
Structure of this repository is strongly inspired by [vsund](https://github.com/vsund/dotfiles).## 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
~$ git clone --recursive https://github.com/vbrandl/dotfiles .dotfiles
```For installing a predefined profile:
```bash
~/.dotfiles$ ./install-profile []
# see meta/profiles/ for available profiles
```For installing single configurations:
```bash
~/.dotfiles$ ./install-standalone
# 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.