Skip to content

cekrem/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git stuff done

# man up your mac
xcode-select --install

# fix ssh key
ssh-keygen -t ed25519 -C "<your_email@example.com>"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
pbcopy < ~/.ssh/id_ed25519.pub
# (then paste the key into github ssh settings (https://github.com/settings/keys)

# clone repo
git clone git@github.com:cekrem/dotfiles.git
cd dotfiles

# start setup!
./mac-setup.sh

About

dotfiles, scripts and fonts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published