From 65a0c71b16075d614bc7adcc3543d22d314fc010 Mon Sep 17 00:00:00 2001 From: Devon Morris Date: Sat, 21 Jan 2023 11:35:23 -0500 Subject: [PATCH] Update README for new init script --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccad765..1eebf79 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ ![setup](assets/setup.png) ## Set Up Script -The following command will install the dotfiles and create a backup of any -conflicting files as needed. Additionally it installs a bare git repo in the -`~/.dots` directory. Use the `dots` script to manage the dotfiles in this repo. +The following command will install the dotfiles into the `~/.dots` and symlink +into the home directory using `stow`. Note: this will adopt any files you +currently have configured e.g. `.vimrc` instead of overwriting them. To get +my copies, you can go into `~/.dots` and check out my versions or commit your +versions. ```bash curl -s https://raw.githubusercontent.com/DevonMorris/dotfiles/master/scripts/init_dotfiles.sh | bash ``` @@ -20,4 +22,4 @@ I personally use [Packer](https://github.com/wbthomason/packer.nvim) as my packa I use [awesome](https://awesomewm.org/) for my window manager. Check out the my `~/.config/awesome/rc.lua`. ## Mirrors -You can find my dotfiles on [my website](https://git.devonmorris.dev/dotfiles), [github](https://github.com/DevonMorris/dotfiles) and [gitlab](https://gitlab.com/DevonMorris/dotfiles) +You can find my dotfiles on [github](https://github.com/DevonMorris/dotfiles) and [gitlab](https://gitlab.com/DevonMorris/dotfiles)