From 207bbec25cfd5bd7e79f6dcfcd92e0cbaf4ba3f4 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Tue, 21 Jan 2020 22:40:40 +0100 Subject: [PATCH] Update README --- .github/README.md => README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) rename .github/README.md => README.md (60%) diff --git a/.github/README.md b/README.md similarity index 60% rename from .github/README.md rename to README.md index 3c7a572..6db10be 100644 --- a/.github/README.md +++ b/README.md @@ -1,25 +1,18 @@ # Dotfiles -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. Each branch has specific dotfiles for one of my machines ## 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) -* Desktop environment: - * [i3](https://i3wm.org/) - * [polybar](https://github.com/jaagr/polybar) - * [rofi](https://github.com/DaveDavenport/rofi) -* [gsimplecal](https://github.com/dmedvinsky/gsimplecal) * 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 * `echo ".dotfiles" >> .gitignore` -* `git clone --bare https://github.com/LordMathis/dotfiles/ $HOME/.dotfiles` +* `git clone --bare https://git.damogran.space/Mathis/dotfiles.git $HOME/.dotfiles` * `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'` * `config checkout` * `source .zshrc` -* run `bin/setup.sh` ## [Full Guide](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/)