Update README
This commit is contained in:
parent
4d605149d3
commit
08af27d2ef
|
@ -4,13 +4,12 @@ My dotfiles. If you want to use them fork or clone the repo. Each branch has spe
|
||||||
|
|
||||||
## Requirements
|
## 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)
|
* [git](https://git-scm.com/), [zsh](http://www.zsh.org/) 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)
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
* `echo ".dotfiles" >> .gitignore`
|
* `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'`
|
* `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'`
|
||||||
* `config checkout`
|
* `config checkout`
|
||||||
* `source .zshrc`
|
* `source .zshrc`
|
||||||
|
|
Loading…
Reference in New Issue