1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Added minimal readme

This commit is contained in:
Joe Groocock 2016-03-31 18:51:28 +01:00
parent 90f5f8b3f4
commit 4f3faee47c

16
README.md Normal file
View File

@ -0,0 +1,16 @@
These are the configs I use on my Arch Linux installation at home. They can be use and changed as much or as little as you please
## Usage
To quickly get started, clone this repo and run the setup scripts.
git clone https://github.com/frebib/dotfiles.git ~/.config/dotfiles
cd ~/.config/dotfiles
To install all of my packages & programs, run the setup script:
scripts/setup.sh
To link all the configuration files, run the init-dotfiles script:
**Be warned that this will destroy your current configs without warning**
scripts/init-dotfiles.sh