Updated README

This commit is contained in:
Christian Baer 2020-05-02 20:57:54 +02:00
parent e71ac966ab
commit 3d793181a4
2 changed files with 6 additions and 6 deletions

View File

@ -10,14 +10,14 @@ The zsh prompt is handcrafted to look neat and give some extra info. When you ar
The tmux config contains some nice settings to make my work a bit easier and look nice. The tmux config contains some nice settings to make my work a bit easier and look nice.
My color scheme is [Smyck Color Scheme by hukl](https://github.com/hukl/Smyck-Color-Scheme) and my font is [Source Code Pro by Adobe Fonts](https://github.com/adobe-fonts/source-code-pro). My color scheme is [Smyck Color Scheme by hukl](https://github.com/hukl/Smyck-Color-Scheme) and my font is [FiraCode](https://github.com/tonsky/FiraCode).
The repo ships with a Makefile that you can use to deploy and update the dotfiles. The repo ships with a Makefile that you can use to deploy and update the dotfiles.
# bootstrap.sh help # bootstrap.sh help
Usage: bootstrap.sh command {params} Usage: bootstrap.sh command {params}
list List all files that will be copied list List all files that will be copied
update Update the git repo and the included submodules update Update the git repo and the included submodules
deploy Copy the files to ~ deploy Copy the files to ~
@ -26,14 +26,14 @@ The repo ships with a Makefile that you can use to deploy and update the dotfile
The dotfiles will be copied to your **~**. The dotfiles will be copied to your **~**.
## Installation ## Installation
1. Get the dotfiles. 1. Get the dotfiles.
git clone https://git.debilux.org/chbaer/dotfiles.git git clone https://git.debilux.org/chbaer/dotfiles.git
2. Deploy 2. Deploy
./bootstrap.sh install ./bootstrap.sh install
3. Enjoy! 3. Enjoy!
@ -44,4 +44,4 @@ If you want to update to the newest version, run ``bootstrap.sh update`` from wi
## Credits ## Credits
- dotfiles based on [dotfiles by hukl](https://github.com/hukl/dotfiles) - dotfiles based on [dotfiles by hukl](https://github.com/hukl/dotfiles)
- [Git prompt by Josh Dick](https://gist.github.com/joshdick/4415470) - [Git prompt by Josh Dick](https://gist.github.com/joshdick/4415470)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 227 KiB