Skip to content

Instantly share code, notes, and snippets.

@harai
Last active March 29, 2020 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harai/a8a5e36040aefe6f4534 to your computer and use it in GitHub Desktop.
Save harai/a8a5e36040aefe6f4534 to your computer and use it in GitHub Desktop.
Ubuntu再インストール用bootstrap
# Open about:config on Firefox and set:
#
# services.sync.prefs.dangerously_allow_arbitrary true
#
sudo apt install -y git
ssh-keygen -f ~/.ssh/id_rsa -t rsa
cat ~/.ssh/id_rsa.pub
# Add the pubkey to BitBucket/GitHub
# https://bitbucket.org/account/user/jharai/ssh-keys/
# https://github.com/settings/ssh
cd
git clone git@bitbucket.org:jharai/config.git Config
gedit Config/command &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment