Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 484 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 484 Bytes

Dotfiles

This folder is used to initialise my macs (hopefully with linux support again in the future)

A quick copy/paste for setting up a computer is

mkdir -p ~/Documents/code/
curl https://github.com/ZeroEcks/dotfiles/archive/refs/heads/main.zip -o ~/Documents/code/dotfiles.zip
unzip ~/Documents/code/dotfiles.zip -d ~/Documents/code/dotfiles
cd ~/Documents/code/dotfiles
./init.sh

Start a new shell and probably do this

ssh-init $EMAIL
gh auth login