Skip to content

Commit

Permalink
♻️ Make minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Dec 27, 2023
1 parent cf40043 commit c9b110a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Setup
To set up the dotfiles run the appropriate snippet in the terminal:

> [!CAUTION]
> __DO NOT__ run the `setup` script if you do not fully understand
> __DO NOT__ run the setup script if you do not fully understand
> [what it does][setup]. Seriously, __DON'T__!
| OS | Snippet |
Expand Down Expand Up @@ -136,7 +136,7 @@ such as the Git user credentials, e.g.:

[user]

name = Cătălin Mariș
name = Your Name
email = [email protected]
signingKey = XXXXXXXX
```
Expand Down Expand Up @@ -168,15 +168,15 @@ nnoremap <Up> :echoe "Use k"<CR>
### Forks

If you decide to [fork] this project, do not forget to substitute
my username with your own in the [`setup` snippets](#setup) and
[in the `setup` script][setup script].
my username with your own in the [setup snippets](#setup) and [in
the setup script][setup script].

Update
------

To update the dotfiles you can either run the [`setup` script][setup]
To update the dotfiles you can either run the [setup script][setup]
or, if you want to update one particular part, run the appropriate
[`os` script](src/os).
[os script](src/os).

License
-------
Expand Down

0 comments on commit c9b110a

Please sign in to comment.