Skip to content

DavHau/dotfiles

 
 

Repository files navigation

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

About

My NixOS dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 51.2%
  • Vim Script 14.3%
  • Emacs Lisp 9.1%
  • Shell 8.8%
  • Python 8.3%
  • Lua 4.5%
  • Other 3.8%