From 08af27d2efd10e4d7c50b0da6a95f376f6b5c9ef Mon Sep 17 00:00:00 2001 From: Matus Namesny Date: Fri, 7 Jan 2022 19:12:46 +0100 Subject: [PATCH] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6db10be..2d2a940 100644 --- a/README.md +++ b/README.md @@ -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`