2017-09-28 12:44:14 +00:00
# Dotfiles
My dotfiles. If you want to use them fork or clone the repo.
2018-06-11 12:13:41 +00:00
## Requirements
2018-08-24 14:08:03 +00:00
* [git ](https://git-scm.com/ ), [zsh ](http://www.zsh.org/ ), [antigen ](https://github.com/zsh-users/antigen ) and [bat ](https://github.com/sharkdp/bat )
2018-06-11 12:13:41 +00:00
* Desktop environment:
* [i3 ](https://i3wm.org/ )
* [polybar ](https://github.com/jaagr/polybar )
* [rofi ](https://github.com/DaveDavenport/rofi )
2019-02-07 12:22:28 +00:00
* [gsimplecal ](https://github.com/dmedvinsky/gsimplecal )
2018-06-11 12:13:41 +00:00
* 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 )
2017-09-28 12:44:14 +00:00
## Usage
* `echo ".dotfiles" >> .gitignore`
* `git clone --bare https://github.com/LordMathis/dotfiles/ $HOME/.dotfiles`
2017-09-28 14:51:35 +00:00
* `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'`
2017-09-28 12:44:14 +00:00
* `config checkout`
* `source .zshrc`
2018-06-12 13:12:03 +00:00
* run `bin/setup.sh`
2017-09-28 12:44:14 +00:00
## [Full Guide](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/)