Skip to content

MattiasMTS/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix

Another nix + dotfile repository.

Installation

  1. Install Nix:
sh <(curl -L https://nixos.org/nix/install)
  1. Clone this repository:
mkdir -p ~/src/github.com/projects
nix-shell -p git --run 'git clone https://github.com/MattiasMTS/dotfiles ~/src/github.com/projects/dotfiles'
cd ~/src/github.com/projects/.dotfiles
  1. Initialize nix-darwin:
nix run nix-darwin --extra-experimental-features 'nix-command flakes' -- switch --flake .#
  1. Set up dotfile symlinks and build system:
make init     # Create symlinks for apps not managed by nix
make switch  # Build initial system configuration

Daily Usage

Run make help to see all available commands.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks