From b132b0a35dbe96f180db819d06695657b8e37f6d Mon Sep 17 00:00:00 2001 From: Joseph Groocock Date: Thu, 31 Mar 2016 18:54:34 +0100 Subject: [PATCH] Add comment to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 25484c1..512792b 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,14 @@ 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 +You can put the `dotfiles` directory anywhere, just be sure to update the `$DOTFILES` envvar in `.profile` + 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