Skip to content

Instantly share code, notes, and snippets.

@rbudiharso
Created December 26, 2020 11:27
Show Gist options
  • Save rbudiharso/09fa0066a0a09a29cf9462c08e525843 to your computer and use it in GitHub Desktop.
Save rbudiharso/09fa0066a0a09a29cf9462c08e525843 to your computer and use it in GitHub Desktop.
Setup Fedora
#!/bin/bash
set -x
chmod 400 $HOME/.ssh/*
git clone git@github.com: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