Update README

This commit is contained in:
Matus Namesny 2022-01-07 19:12:46 +01:00
parent 4d605149d3
commit 08af27d2ef
1 changed files with 2 additions and 3 deletions

View File

@ -4,13 +4,12 @@ My dotfiles. If you want to use them fork or clone the repo. Each branch has spe
## Requirements
* [git](https://git-scm.com/), [zsh](http://www.zsh.org/), [antigen](https://github.com/zsh-users/antigen) and [bat](https://github.com/sharkdp/bat)
* 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)
* [git](https://git-scm.com/), [zsh](http://www.zsh.org/) and [bat](https://github.com/sharkdp/bat)
## Usage
* `echo ".dotfiles" >> .gitignore`
* `git clone --bare https://git.damogran.space/Mathis/dotfiles.git $HOME/.dotfiles`
* `git clone --bare git@git.namesny.com:Mathis/dotfiles.git $HOME/.dotfiles`
* `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'`
* `config checkout`
* `source .zshrc`