Skip to content

mantomat/nix-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-conf MacOs Config

Home, configuration and dotfiles

  1. Install the dependencies (git, etc.):

    $ xcode-select --install
  2. Install Homebrew:

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

    $ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
      sh -s -- install
  4. Load the ssh key or create one, then login to GitHub.

  5. Clone the nix-conf repo:

    $ git clone git@github.com:mantomat/nix-conf.git
  6. Install nix-darwin and apply the configuration:

    $ nix run nix-darwin/master#darwin-rebuild -- build --flake .#mantomat
    $ sudo nix run nix-darwin/master#darwin-rebuild -- switch --flake .#mantomat

Backup

In order to run the backups, setup the secrets:

setup-backup-secrets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors