Skip to content

Instantly share code, notes, and snippets.

@icook
Last active February 8, 2022 18:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icook/e40a5523841e81f93b789e75a687faa0 to your computer and use it in GitHub Desktop.
Save icook/e40a5523841e81f93b789e75a687faa0 to your computer and use it in GitHub Desktop.
New Install
#!/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 git@github.com:icook/dotfiles.git .dotfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment