Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.5 KB

File metadata and controls

52 lines (32 loc) · 1.5 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.

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

Have fun!

Terminal with fish shell and starship theme

thanks

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

LICENSE

CC0