Skip to content

yz4898/dotfiles

 
 

Repository files navigation

dotfiles

These are my dotfiles for settings up my macOS from scratch.

Requirements

  • Clean install of macOS Catalina
  • Logged in with Apple ID

Setting up your Mac

Oneliner

$ sh -c "$(curl -fsSL https://git.io/JqdQW)"

Source: https://raw.githubusercontent.com/yz4898/dotfiles/master/install.sh

Manually

Clone this repository to ~/dotfiles:

$ git clone https://github.com/yz4898/dotfiles.git ~/dotfiles

Start the setup:

$ cd ~/dotfiles && source install.sh

Fonts

Install Meslo Nerd Font from https://github.com/romkatv/powerlevel10k#manual-font-installation

Secrets

To add any secrets like AWS_ACCESS_KEY or DIGITALOCEAN_TOKEN add ~/dotfiles/secrets.zsh and export your variables there. This file is NOT added to version control.

Alternatively you could utilize encryption: https://abdullah.today/encrypted-dotfiles/

Included

  • Homebrew
  • Oh My Zsh
  • Brewfile
    • Ansible
    • Docker Desktop
    • Firefox
    • Google Chrome
    • HTTPie
    • iTerm2
    • Mackup
    • Rectangle
    • Slack
    • Terraform -- Others

TODO

Thanks to...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.3%
  • Ruby 1.7%