Created
December 26, 2020 11:27
-
-
Save rbudiharso/09fa0066a0a09a29cf9462c08e525843 to your computer and use it in GitHub Desktop.
Setup Fedora
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
#!/bin/bash | |
set -x | |
chmod 400 $HOME/.ssh/* | |
git clone [email protected]:rbudiharso/dotfiles.git .dotfiles | |
chmod +x $HOME/.dotfiles/setup.sh | |
$HOME/.dotfiles/setup.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment