Skip to content

notnmeyer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

280 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

new machine or setting up from scratch?

check out the initial bootstrap stuff first.

install nix

via multi-user installation from: https://nixos.org/download

sh <(curl -L https://nixos.org/nix/install)

install home-manager

nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager && \
nix-channel --update && \
nix-shell '<home-manager>' -A install

apply updates

home-manager switch -f ~/code/dotfiles/home-manager/(home|work).nix

notes

  • after a fresh installation, set up fish:
    sudo sh -c 'echo $(which fish) >> /etc/shells'
    chsh -s $(which fish)

About

my dotfiles and package management

Resources

Stars

Watchers

Forks