Skip to content

Latest commit

 

History

History
153 lines (131 loc) · 5.38 KB

README.md

File metadata and controls

153 lines (131 loc) · 5.38 KB

Home Configuration at FundGuard

Logo

Provision a machine to work on the Client team at FundGuard.

Tested on:

  • Fedora
  • Ubuntu
  • macOS

Install

  1. Configure the system

    sh <(curl -L https://raw.githubusercontent.com/SRachamim/.config-nixpkgs/main/configure/fedora.sh)
    
    reboot
  2. Install Nix

    Best is to use the multi-user Nix installation:

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

    Open a new terminal and configure the Nix packages channel to use:

    nix-channel --add https://nixos.org/channels/nixpkgs-unstable
    nix-channel --update
  3. Install Home Manager and apply to the system

    Best is to use the automatic script:

    sh <(curl -L https://raw.githubusercontent.com/SRachamim/.config-nixpkgs/main/install.sh)

Upgrade

To upgrade the system, just run Topgrade, which just upgrades everything:

topgrade

What it does