Skip to content

WilliamHsieh/dotfiles

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.nix
git clone http://github.com/williamhsieh/dotfiles ~/dotfiles && cd ~/dotfiles
nvim ./home/config.nix
  1. apply home-manager settings (leaving USER empty will call .#william by default)
NIX_CONFIG="experimental-features = flakes nix-command" nix run . switch -- -b bak --flake .#USER
  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: