Merge branch 'master' of github.com:LordMathis/dotfiles
This commit is contained in:
commit
15c2f3964e
12
README.md
12
README.md
|
@ -2,10 +2,18 @@
|
||||||
|
|
||||||
My dotfiles. If you want to use them fork or clone the repo.
|
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
|
## 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`
|
* `echo ".dotfiles" >> .gitignore`
|
||||||
* `git clone --bare https://github.com/LordMathis/dotfiles/ $HOME/.dotfiles`
|
* `git clone --bare https://github.com/LordMathis/dotfiles/ $HOME/.dotfiles`
|
||||||
* `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'`
|
* `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'`
|
||||||
|
|
Loading…
Reference in New Issue