2016-11-09 13:25:37 +00:00
|
|
|
# Dotfiles
|
|
|
|
|
|
|
|
A repository of my personal configuration files.
|
|
|
|
|
|
|
|
# Requirements
|
|
|
|
|
|
|
|
[stow](http://www.gnu.org/software/stow/)
|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
```shell
|
|
|
|
./install.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
# Packages
|
|
|
|
* [albert](https://github.com/ManuelSchneid3r/albert)
|
|
|
|
* [conky](https://github.com/brndnmtthws/conky)
|
|
|
|
* [git](https://git-scm.com/)
|
2016-11-20 20:42:11 +00:00
|
|
|
* [i3](https://i3wm.org/)
|
2016-11-09 13:25:37 +00:00
|
|
|
* [mutt](http://www.mutt.org/)
|
2016-11-09 16:09:36 +00:00
|
|
|
* [terminator](https://gnometerminator.blogspot.nl/p/introduction.html)
|
2016-11-09 13:25:37 +00:00
|
|
|
* [tmux](https://tmux.github.io/)
|
|
|
|
* [vim](http://www.vim.org/)
|
|
|
|
* [zeal](https://zealdocs.org/)
|
2016-11-20 20:42:11 +00:00
|
|
|
* [zsh](https://www.zsh.org/)
|
2016-11-09 13:25:37 +00:00
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
This theme is released under the MIT License. For more information read the [license][license].
|
|
|
|
|
2016-11-09 16:07:30 +00:00
|
|
|
[license]: https://github.com/alrayyes/dotfiles/blob/master/LICENSE.md
|