Skip to content

My dotfiles for setting up a development MacOS

Notifications You must be signed in to change notification settings

ZeroEcks/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My dotfiles for setting up a development MacOS

Topics

Resources

Stars

Watchers

Forks