Skip to content

slekwati/dotfiles-1

 
 

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

Articles about my dotfile repo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nix 53.0%
  • Python 12.5%
  • Vim Script 11.6%
  • Shell 7.7%
  • Emacs Lisp 7.0%
  • Lua 3.7%
  • Other 4.5%