8000 GitHub - anstylian/mic92_dotfiles: My NixOS dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anstylian/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

Boostrap 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

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

Need help with nix?

Drop me an email at joerg@thalheim.io 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 49.5%
  • Python 15.0%
  • Vim Script 11.9%
  • Shell 7.8%
  • Emacs Lisp 7.3%
  • Lua 2.5%
  • Other 6.0%
0