Development environment for macOS with Helix editor optimized for writing.
- Helix (soft wrap, markdown LSP)
- Git (GPG signing, aliases)
- Zsh (completion, aliases)
- CLI tools (ripgrep, gh, marksman)
mkdir -p ~/code && cd ~/code
git clone https://github.com/aefhm/dotfiles.git && cd dotfiles
make
Post-install:
sudo scutil --set HostName your-machine-name
ssh-keygen -t ed25519 -C "info@xizhang.page"
- macOS with Xcode CLI tools
- Overwrites existing configs in
~/
and~/.config/