Skip to content

tlehman/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tobi's Dotfiles

These are my nix-darwin and home-manager configurations for my work and personal computers.

Inspired by kriswill/dotfiles

MacOS

  1. Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install Determinate Nix Installer:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --determinate
  1. Clone repo:
mkdir -p ~/src
git clone https://github.com/tlehman/dotfiles ~/src/tlehman/dotfiles
cd ~/src/tlehman/dotfiles
  1. Move determinate's nix.conf out of the way:
sudo mv /etc/nix/nix.conf /etc/nix/nix.conf.before-nix-darwin
  1. Install (nix-darwin)
nix --extra-experimental-features "nix-command flakes" run nix-darwin -- switch --flake .
  1. Updates

When you make changes to your dotfiles, you can update your system by running:

Assumptions

A1. There exists an ~/Archive/Notes/ directory A1.2 AMER-Tobi-Lehman will have separate notes from bender (work and personal data kept separate)

About

Configuration files for nix-darwin and home-manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors