diff --git a/README.md b/README.md index 6b3a97a..c22a6b6 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,18 @@ ## Quick-Start -To get started two steps are necessary: +There are two ways of using these dotfiles: + +To fully provision a completely new arch linux setup + +`$ curl -Lks http://bit.do/marty-dot | sudo /bin/bash` + +Or, to **only** use these dotfiles two steps are necessary 1. install git & zsh if not already installed on your machine (should often already be available) 1. run `chsh -s /bin/zsh` to switch the shell to zsh 1. go to home directory & run `git clone https://gitlab.com/marty-oehme/dotfiles.git df && cp -rf df/.git ~/ && rm -rf df && cd ~ && git checkout -f master` -1. install tmux (or remove the corresponding tmux config entries) +1. install tmux (or remove the corresponding tmux config entries) [this should not be necessary anymore since tmux scripts check for an installation] 1. install a powerline compatible font (nerdfont patched fira code is what I use) ## Introduction & Idea