Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 889 Bytes

Readme.md

File metadata and controls

36 lines (25 loc) · 889 Bytes

My personal bootstrap process

For bootstraping on legacy operating systems

Boostrap homeshick

$ 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

Boostrap single user nix:

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

Boostrap multi-user nix:

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

Boostrap home-manager

$ hm-switch

Articles about my dotfile repo