Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.09 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.09 KB

dotfiles

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

Requirements

  • Clean installation 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...