Created
May 20, 2020 19:51
-
-
Save m00nwtchr/9972ea3156c7b06c465fff8152a237da to your computer and use it in GitHub Desktop.
A script to pull my dotfiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -fLo ./yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x ./yadm && ./yadm clone https://github.com/lmarianski/dotfiles.git --bootstrap && rm ./yadm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment