Update README.md

This commit is contained in:
Marty Oehme 2019-03-06 12:14:21 +00:00
parent 21b56671da
commit 82d1095620
1 changed files with 8 additions and 2 deletions

View File

@ -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