From 28c4fe4adc65da53b2382f7d4485eda59c43248b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20N=C3=A1me=C5=A1n=C3=BD?= Date: Mon, 11 Jun 2018 14:13:41 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03b8d51..b12b701 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ My dotfiles. If you want to use them fork or clone the repo. +## Requirements + +* [git](https://git-scm.com/), [zsh](http://www.zsh.org/), [antigen](https://github.com/zsh-users/antigen) and [ccat](https://github.com/jingweno/ccat) +* Desktop environment: + * [i3](https://i3wm.org/) + * [polybar](https://github.com/jaagr/polybar) + * [rofi](https://github.com/DaveDavenport/rofi) +* For conky you also need [conky](https://github.com/brndnmtthws/conky), [bash-fuzzy-clock](https://github.com/coreymwamba/bashfuzzyclock), [Poiret One font](https://www.fontsquirrel.com/fonts/poiret-one) and [compton](https://github.com/yshui/compton) +* Polybar scripts are adapted from [here](https://github.com/x70b1/polybar-scripts) + ## Usage -* Requirements [git](https://git-scm.com/), [zsh](http://www.zsh.org/), [antigen](https://github.com/zsh-users/antigen) and [ccat](https://github.com/jingweno/ccat) -* For conky you also need [conky](https://github.com/brndnmtthws/conky), [bash-fuzzy-clock](https://github.com/coreymwamba/bashfuzzyclock) and [Poiret One font](https://www.fontsquirrel.com/fonts/poiret-one) * `echo ".dotfiles" >> .gitignore` * `git clone --bare https://github.com/LordMathis/dotfiles/ $HOME/.dotfiles` * `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'`