Skip to content

code-asher/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,423 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal bootstrap process

Build Status

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:

$ home-manager switch

About

My NixOS dotfiles

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nix 52.2%
  • Vim Script 15.7%
  • Shell 10.3%
  • Emacs Lisp 10.2%
  • Python 7.3%
  • YASnippet 2.7%
  • Other 1.6%