diff --git a/README.md b/README.md index d1c54aa..d7016c1 100644 --- a/README.md +++ b/README.md @@ -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 -`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. +These are my `dotfiles`. + +There are many like them, but these are mine. + +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 -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) diff --git a/install b/install.sh similarity index 100% rename from install rename to install.sh