Skip to content

$HOME is wherever I'm with you

Notifications You must be signed in to change notification settings

teoljungberg/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1542871 · Mar 18, 2025
Mar 13, 2025
Mar 10, 2025
Oct 22, 2022
Jul 8, 2022
Sep 11, 2024
Jan 29, 2025
Jan 29, 2025
Mar 10, 2025
Mar 10, 2025
Mar 18, 2025
Dec 5, 2024
Jul 23, 2020
Dec 25, 2018
Mar 10, 2025
Feb 26, 2024
Dec 19, 2019
Nov 14, 2024
Sep 30, 2024
Sep 18, 2024
Aug 6, 2024
Oct 22, 2024
Aug 5, 2024
Jan 29, 2025
Mar 10, 2025
Nov 7, 2022
May 14, 2021
Jan 29, 2025
Mar 10, 2025

Repository files navigation

teoljungberg/dotfiles

rcm(1)

% cat ~/.rcrc
DOTFILES_DIRS="$HOME/src/github.com/teoljungberg/dotfiles"
EXCLUDES="*.md cron/* result rcrc"
HOSTNAME="A_HOST"

Darwin

  1. Install nix
  2. Add nix channels
% home-manager switch -f $(pwd)/host-A_HOST/config/home-manager/home.nix

NixOS

  1. cp /etc/nixos/configuration.nix{,.bak}
  2. Modify /etc/nixos/configuration.nix to your hearts content. Reboot server.
  3. ln -sf $(pwd)/host-A_HOST/nixpkgs/nixos-configuration.nix /etc/nixos/configuration.nix
  4. Add nix channels

Nix Channels

% nix-channel --list
home-manager https://github.com/nix-community/home-manager/archive/NIXPKGS_RELEASE.tar.gz
nixpkgs https://nixos.org/channels/nixos-NIXPKGS_RELEASE

If on Darwin:

% nix-channel --list
home-manager https://github.com/nix-community/home-manager/archive/release-NIXPKGS_RELEASE.tar.gz
nixpkgs https://nixos.org/channels/nixpkgs-NIXPKGS_RELEASE-darwin

Cron

Add the cron/crontab-teoljungberg to your own crontab(5):