Skip to content

majordoobie/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Dotfiles setup for both macOS and GNU/Linux

Setup Nix

Install Nix

sh <(curl -L https://nixos.org/nix/install) --daemon

Install Home Brew too as a dependancy

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Drop into nix shell to get stow and deploy

cd ~
git clone git@github.com:majordoobie/dotfiles.git
cd dotfiles


nix shell --extra-experimental-features 'nix-command flakes' nixpkgs#stow
stow .

Install Nix-Darwin and run it

nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake ~/dotfiles/nix#${hostname}

If you need modifications, you c``bash

darwin-rebuild switch --flake ~/dotfiles/nix#${hostname}

About

Dotfiles using stow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published