aawalton / setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Instructions

Connect to GitHub

Generate SSH Key

mkdir ~/.ssh/
ssh-keygen -f ~/.ssh/id_rsa -t rsa -b 4096 -N ''
cat ~/.ssh/id_rsa.pub

Add SSH Key to GitHub Developer Settings

Setup git cli

git config --global user.name "Alan Walton"
git config --global user.email "aawalton@gmail.com"

Clone the dotfiles repo

mkdir ~/repos/
cd ~/repos/
git clone git@github.com:aawalton/setup.git

Set up Symlinks

cd ~/repos/setup/lib/install
sudo chmod +x symlinks
./symlinks
source ~/.zshrc

About


Languages

Language:Vim Script 64.0%Language:Shell 36.0%