Skip to content

pogobanane/mic92-dotfiles

 
 

Repository files navigation

My personal bootstrap process

For bootstraping 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

About

My NixOS dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 52.2%
  • Vim Script 12.0%
  • Shell 11.1%
  • Python 9.6%
  • Emacs Lisp 7.4%
  • Lua 2.1%
  • Other 5.6%