Last active
February 8, 2022 18:44
-
-
Save icook/e40a5523841e81f93b789e75a687faa0 to your computer and use it in GitHub Desktop.
New Install
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-get install scdaemon gnupg2 git wget -y | |
wget https://ibcook.com/pubkey-A92C2C.gpg | |
gpg --import pubkey-A92C2C.gpg | |
# Use gpg as the ssh-agent | |
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" | |
git clone [email protected]:icook/dotfiles.git .dotfiles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment