Skip to content

Personal MacOS configuration using Nix (with Flakes) and GNU Stow.

Notifications You must be signed in to change notification settings

ayanoakune/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles via GNU Stow & Nix package manager

This repository contains dotfiles and setup scripts for my personal development environment on MacOS/Darwin. Using GNU Stow to manage dotfiles and Nix as package manager.

Quick setup

  1. Install Nix package manager:
sh <(curl -L https://nixos.org/nix/install)
  1. Clone dotfiles (this) repository:
nix-shell -p git --run 'git clone git@github.com:ayanoakune/dotfiles.git .dotfiles'
  1. Install packages and setup dotfiles:
nix run nix-darwin --extra-experimental-features 'nix-command flakes' -- switch --flake ~/.dotfiles/nix#nyx'
  1. Create symlinks with dotfiles via GNU Stow:
cd ~/.dotfiles && stow .

About

Personal MacOS configuration using Nix (with Flakes) and GNU Stow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published