Include extension on install script, update README

This commit is contained in:
Josh Sherman 2024-10-17 15:17:18 -05:00
parent 9e03f541fa
commit 6d69343703
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 15 additions and 6 deletions

View file

@ -1,12 +1,21 @@
# [joshtronic](https://joshtronic.com) does `dotfiles` # [joshtronic](https://joshtronic.com)'s `dotfiles`
These are my `dotfiles`. There are many like them, but these are mine. My These are my `dotfiles`.
`dotfiles` are my best friend. They are my life. I must master them as I must
master my life. My `dotfiles`, without me, are useless. Without my `dotfiles`, I There are many like them, but these are mine.
am useless.
My `dotfiles` are my best friend.
They are my life.
I must master them as I must master my life.
My `dotfiles`, without me, are useless.
Without my `dotfiles`, I am useless.
```shell ```shell
bash -c "$(curl -fsSL https://raw.githubusercontent.com/joshtronic/dotfiles/main/install)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/joshtronic/dotfiles/main/install.sh)"
``` ```
![BOOM](https://media.giphy.com/media/laUY2MuoktHPy/source.gif) ![BOOM](https://media.giphy.com/media/laUY2MuoktHPy/source.gif)

View file