All Projects → Mic92 → dotfiles

Mic92 / dotfiles

Licence: MIT license
My NixOS dotfiles

Programming Languages

Nix
1067 projects
python
139335 projects - #7 most used programming language
Vim Script
2826 projects
shell
77523 projects
emacs lisp
2029 projects
lua
6591 projects

Projects that are alternatives of or similar to dotfiles

dotnix
nix stuff
Stars: ✭ 27 (-82.69%)
Mutual labels:  nixos-configuration, nix-flake, nixos-dotfiles
dotfiles
Dotfiles
Stars: ✭ 25 (-83.97%)
Mutual labels:  nixos-configuration, nix-flake, nixos-dotfiles
dotfiles
My dotfiles as a Nix flake
Stars: ✭ 27 (-82.69%)
Mutual labels:  nix-flake, nixos-dotfiles
digga
A flake utility library to craft shell-, home-, and hosts- environments.
Stars: ✭ 818 (+424.36%)
Mutual labels:  nixos-configuration, nix-flake
nixdots
I have no idea what the hell I'm doing
Stars: ✭ 46 (-70.51%)
Mutual labels:  nixos-configuration, nix-flake
nyx
⚙️Nix[OS] Configuration
Stars: ✭ 50 (-67.95%)
Mutual labels:  nixos-configuration, nix-flake
config
My NixOS configurations
Stars: ✭ 17 (-89.1%)
Mutual labels:  nixos-configuration, nix-flake
dotfiles
pls help
Stars: ✭ 301 (+92.95%)
Mutual labels:  nixos-configuration, nix-flake
system
Declarative NixOS system configuration for all my machines
Stars: ✭ 14 (-91.03%)
Mutual labels:  nixos-configuration
dotfiles
For keeping all my Dotfiles update to date
Stars: ✭ 29 (-81.41%)
Mutual labels:  nixos-configuration
nixos
My personal NixOS infrastructure
Stars: ✭ 24 (-84.62%)
Mutual labels:  nixos-configuration
dotfiles
My messy system configuration setup
Stars: ✭ 27 (-82.69%)
Mutual labels:  nixos-configuration
nixcfg
Personal Nix/NixOS configuration files
Stars: ✭ 43 (-72.44%)
Mutual labels:  nixos-configuration
ianix
Personal NixOS configuration
Stars: ✭ 31 (-80.13%)
Mutual labels:  nixos-configuration
nix-config
NixOS configuration (also on WSL)
Stars: ✭ 51 (-67.31%)
Mutual labels:  nixos-configuration
elemental
Elemental, the component parts of a Nix/OS development system.
Stars: ✭ 44 (-71.79%)
Mutual labels:  nixos-configuration
nix-config
A collection of my system configs and dotfiles
Stars: ✭ 35 (-77.56%)
Mutual labels:  nix-flake
nixos-config
My NixOS configuration
Stars: ✭ 23 (-85.26%)
Mutual labels:  nixos-configuration
nix-configs
My Nix{OS} configuration files
Stars: ✭ 54 (-65.38%)
Mutual labels:  nix-flake
dotfiles
My personal dotfiles
Stars: ✭ 71 (-54.49%)
Mutual labels:  nix-flake

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].