Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 911 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 911 Bytes

My dotfiles

This is the repository of my zsh, tmux, kitty and neovim configuration dotfiles. The bootstrap procedure is managed by nix. The process should work well on linux, macos or even wsl.

Installation

  1. Firstly, you need to make sure nix is installed on your system and setup the home-manager.

  2. Clone the repository to the proper position:

git clone https://github.com/inmzhang/dotfiles.git ~/.config/home-manager
cd ~/.config/home-manager
  1. Check out flake.nix and home.nix, replace the username/system with yours.

  2. Setup Astronvim and complete bootstrap:

chmod +x ./setup.sh

./setup.sh
  1. Whenever you changed home.nix or other configurations, you need to run home-manager switch to the change.

  2. To update the packages, run:

nix flake update
home-manager switch