Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.54 KB

File metadata and controls

50 lines (34 loc) · 2.54 KB

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 with the recommended installer provided by determinate systems
curl -fsSL https://install.determinate.systems/nix | sh -s -- install --prefer-upstream-nix
  1. clone this repo and apply the selected profile
# only required if git is not present
nix-shell -p git

git clone http://github.com/williamhsieh/dotfiles
./dotfiles/setup.py --bootstrap # show available flags with `--help`
  1. (optional) download nerd fonts for the terminal emulator, if home profile is selected

Feedback

Comments and suggestions are welcome!

About me

Acknowledgements

Inspiration and code were taken from many sources, including: