Skip to content

Instantly share code, notes, and snippets.

@harai
Last active February 16, 2025 04:56
Show Gist options
  • Save harai/a8a5e36040aefe6f4534 to your computer and use it in GitHub Desktop.
Save harai/a8a5e36040aefe6f4534 to your computer and use it in GitHub Desktop.
デスクトップLinux再インストール用bootstrap
sudo apt install -y git
ssh-keygen -f ~/.ssh/id_ed25519 -t ed25519
cat ~/.ssh/id_ed25519.pub
# Add the pubkey to GitHub
# https://github.com/settings/ssh
cd
git clone [email protected]:harai/config.git Config
xed Config/command &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment