Add README

This commit is contained in:
ItsDrike 2020-10-23 10:53:37 +02:00
parent ff405b5277
commit 9bea9d03fb
No known key found for this signature in database
GPG key ID: F4E8FF4F6AC7F3B4

30
README.md Normal file
View file

@ -0,0 +1,30 @@
# Dotfiles
## What can it do
* Quickly install common packages with just 1 script
* Automate your daily tasks with handy aliases
* Get a nice VIM interface
* Use nice prompt that shows you your git branch and command failure
* Adjust the settings any way you want
* You are in charge (install what you want, remove what you don't like)
## Requirements
Note that it is required to have Python 3 installed to run this.
## How to use it
Clone this repository anywhere you like
`$ git clone https://github.com/koumakpet/dotfiles`
Before you run, you should take a look at the files included and adjust them however you like.
All files which will be added are in `home/` and `root/` directory.
You can remove files which you don't want, or adjust them in any way.
You should also take a look at `packages.yaml` and remove all packages which you don't want and add those you do.
When you are prepared, you can run installer.py
`$ python3 -m src` (assuming you're in the clonned repository)