Skip to content

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

Notifications You must be signed in to change notification settings

back-2-95/dotfiles

Repository files navigation

dotfiles

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

Requirements

  • Clean install of macOS
  • Logged in with Apple ID

Setting up your Mac

Oneliner

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

Source: https://raw.githubusercontent.com/back-2-95/dotfiles/master/install.sh

Manually

Clone this repository to ~/dotfiles:

git clone https://github.com/back-2-95/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/

TODO

  • Clone Stonehenge

Thanks to...

About

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

Topics

Resources

Stars

Watchers

Forks