Skip to content

inmzhang/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

dotfiles for configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published