Last active
February 16, 2025 04:56
-
-
Save harai/a8a5e36040aefe6f4534 to your computer and use it in GitHub Desktop.
デスクトップLinux再インストール用bootstrap
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
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