These are my dotfiles for settings up my macOS from scratch.
- Clean installation of macOS
- Logged in with Apple ID
sh -c "$(curl -fsSL https://git.io/JvrDa)"
Source: https://raw.githubusercontent.com/back-2-95/dotfiles/master/install.sh
Clone this repository to ~/dotfiles
:
git clone https://github.com/back-2-95/dotfiles.git ~/dotfiles
Start the setup:
cd ~/dotfiles && source install.sh
Install Meslo Nerd Font from https://github.com/romkatv/powerlevel10k#manual-font-installation
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/
- Clone Stonehenge