Skip to content

miikka/dotfiles

Repository files navigation

Miikka's dotfiles

Shell utilities

  • z for quickly changing directories.

Stow

core can be installed with stow.

mkdir -p "$HOME/bin"
stow -t "$HOME" core

If you don't have stow, you can use core/bin/ministow:

core/bin/ministow -t "$HOME" core

NixOS

Add the nixos-hardware channel:

sudo nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
sudo nix-channel --update