Skip to content

ztk37/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My .dotfiles hosted on GitHub

My configuration files for MacOS (and maybe later also NixOS). You can look around and copy! But keep the license attribution when you use the logo. ☝️

Prerequisites

# install nix package manager
sh <(curl -L https://nixos.org/nix/install)

# install home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update

nix-shell '<home-manager>' -A install

# (optional) verify installation
home-manager --version

Installation

Clone this repository and move it's content to .config/nixpkgs. Then run the commend below.

# verify and apply config
home-manager switch --flake .