Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.72 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.72 KB

dotfiles.

My personal tweaks on macOS. Tweak it as you like it, dotfiles are meant to be forked.

Includes:

  • homebrew to install GUI applications, CLI tools and fonts
  • terminal & shell settings
  • macOS system preferences

let's go

1. Check for software updates.

$ sudo softwareupdate -i -r

2. Install it all.

don't just like run this, check the file contents!.

$ curl -L https://raw.github.com/diessica/dotfiles/master/bootstrap.sh | sh

3. Tell Git who you are.

I prefer doing it in a separate .gitlocal file, referred by .gitconfig.

$ git config -f ~/.gitlocal user.email "{Your email}"

4. Generate SSH keys and add them to GitHub.

ssh-keygen -t ed25519 -C "{Work email}" -f ~/.ssh/id_ed25519
ssh-keygen -t ed25519 -C "{Personal email}" -f ~/.ssh/id_personal

5. Tell npm who you are.

$ npm set init.author.name "{Your name}"
$ npm set init.author.email "{Your email}"
$ npm set init.author.url "{Your URL}"
$ npm adduser

Have fun!

Terminal with fish shell and starship theme

thanks

Inspired by Holman, Mathias Bynens, Deny Dias and this question.

LICENSE

CC0