Skip to content

Mic92/dotfiles

Folders and files

NameName
Last commit message
Last commit date
Feb 28, 2025
Mar 5, 2025
Jan 16, 2025
Jan 22, 2025
Jan 17, 2025
Mar 5, 2025
Mar 6, 2025
Feb 14, 2025
Feb 14, 2025
Jul 11, 2024
Jan 29, 2025
May 16, 2024
Jan 17, 2025
Nov 22, 2024
Feb 1, 2025
Jan 17, 2025
Jul 11, 2024
Sep 14, 2022
Jan 22, 2025
Mar 5, 2025
Jul 5, 2024
Dec 24, 2024
Mar 5, 2025
Mar 5, 2025
Jan 17, 2025
Jan 24, 2025
Aug 12, 2023
Jan 27, 2025

Repository files navigation

My personal bootstrap process

For bootstrapping on legacy operating systems

Bootstrap dotfiles when having nix

$ nix run github:Mic92/dotfiles

Bootstrap homeshick without nix

$ nix-shell -p git
nix-shell> git clone --depth=1 https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
nix-shell> alias homeshick="$HOME/.homesick/repos/homeshick/bin/homeshick"
nix-shell> homeshick clone https://github.com/Mic92/dotfiles.git

Bootstrap single user nix:

$ install -d -m755 -o joerg -g joerg /nix
$ curl https://nixos.org/nix/install | sh

Bootstrap multi-user nix:

$ curl https://nixos.org/nix/install -o install
$ sh ./install --daemon

Bootstrap home-manager

$ hm switch

Use my nvim configuration as a standalone without installing dotfiles

$ nix run 'github:Mic92/dotfiles#nvim'

Need help with nix?

Drop me an email at [email protected] to book consultation on Nix/NixOS/DevOps related topics