Skip to content

Personal dotfiles setup with nix and home-manager.

Notifications You must be signed in to change notification settings

WilliamHsieh/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

These are my configuration for neovim, zsh, and tmux using nix and home-manager.

Screenshot 2023-01-16 at 13 39 33

Screenshot 2023-01-16 at 13 39 41

Getting Started

  1. install nix
sh <(curl -L https://nixos.org/nix/install)
  1. clone this repo and modify the personal info in config/default.nix
nix-shell -p git vim
git clone http://github.com/williamhsieh/dotfiles ~/dotfiles && cd ~/dotfiles
vim ./config/default.nix
  1. apply home-manager settings
NIX_CONFIG="experimental-features = flakes nix-command" nix run . switch -- -b bak --flake .
  1. download nerd fonts for the terminal emulator

Feedback

Comments and suggestions are welcome!

About me

Acknowledgements

Inspiration and code were taken from many sources, including: