Skip to content

sei40kr/dotfiles

Repository files navigation

dotfiles

Made with Doom Emacs

Install

  1. Clone this repository into /etc/dotfiles:

    sudo git clone https://github.com/sei40kr/dotfiles.git /etc/dotfiles
    sudo chown -R $USER /etc/dotfiles
    ln -fs /etc/dotfiles ~/.dotfiles
  2. Move to /etc/dotfiles

    cd /etc/dotfiles
  3. Build and switch to the configuration:

    sudo nixos-rebuild switch --flake ".#${HOST}"
  4. Once you switch to the configuration, you can use nh to update the system (you may need to re-login before using nh):

    nh os switch

Acknowledgements