Skip to content

Commit

Permalink
Update README for new init script
Browse files Browse the repository at this point in the history
  • Loading branch information
DevonMorris committed Jan 21, 2023
1 parent 58cb9a4 commit 65a0c71
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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)

0 comments on commit 65a0c71

Please sign in to comment.