Last active
November 5, 2022 12:50
-
-
Save chaeya/d06129423d6e04036ffc03c17977ce9f to your computer and use it in GitHub Desktop.
This file contains 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 | |
sudo apt install -y vim git xclip | |
[ ! -f ~/.ssh/id_ed25519.pub ] && exec ssh-keygen -t ed25519 -C "[email protected]" | |
cat ~/.ssh/id_ed25519.pub | xclip -selection clipboard | |
cat ~/.ssh/id_ed25519.pub | |
xdg-open "https://github.com/settings/keys" & | |
[ ! -d ./dev-settings ] && git clone [email protected]:chaeya/dev-settings.git | |
dev-settings/dev-setting.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment