Skip to content

aaronjbaptiste/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Full MacOS system setup using Nix and Nix-Darwin

Fresh Mac Installation

  1. Log in to iCloud
  2. System Settings > General > Software update
  3. Run this:

Run at your own risk, please review the source before running random scripts:

curl -fsSL -o install_script.sh https://raw.githubusercontent.com/aaronjbaptiste/dotfiles/main/install
chmod +x install_script.sh
./install_script.sh
rm ./install_script.sh

Updating

The repo for the script above will have been cloned into ~/.dotfiles and can be safetly run multiple times:

cd ~/.dotfiles
git pull
chmod +x install && ./install

What does this do?

  • Installs Command Line Tools silently
  • Installs Nix
  • Installs Nix-Darwin
  • Clones this repo
  • Initiates the setup

Todo

  • Read username (currently hardcoded)
  • Read hostname (currently hardcoded)
  • private internet access fails to install via brew cask

Credits

matchai

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published