Cross-platform dotfiles for macOS and Linux.
git clone https://github.com/willislwang/dotfiles.git ~/dotfiles
cd ~/dotfiles
bash install.sh
exec zshThe install script will:
- Install zsh (if missing)
- Install oh-my-zsh and plugins (zsh-autosuggestions, zsh-syntax-highlighting)
- Symlink zsh, tmux, and nvim configs
- Merge git aliases into your existing
.gitconfigvia[include] - Link yabai/skhd configs on macOS only
| Directory | Config |
|---|---|
zsh/ |
.zshrc |
git/ |
.gitconfig (aliases) |
tmux/ |
.tmux.conf |
nvim/ |
.config/nvim/init.vim |
yabai/ |
.yabairc, .skhdrc (macOS only) |
Ricardo @aeolyus is my inspiration thanks uwu