Skip to content

aawalton/setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages