Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fagci committed Nov 27, 2021
1 parent cb9fdef commit 13bffa8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@

1. Clone this repo to home directory
```sh
git clone https://github.com/fagci/dotfiles ~/.dotfiles
git clone https://github.com/fagci/dotfiles ~/.dotfiles --recurse-submodules
```
1. Go into cloned repo root directory
```sh
cd ~/.dotfiles
```
1. Use `stow */` from repo root to make config symlinks.

## Update

```
git pull
git submodule update --init --recursive
stow */
```
## Used packages
### Desktop
Expand Down

0 comments on commit 13bffa8

Please sign in to comment.