Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 766 Bytes

File metadata and controls

31 lines (24 loc) · 766 Bytes

Dotfiles

Cross-platform dotfiles for macOS and Linux.

Install

git clone https://github.com/willislwang/dotfiles.git ~/dotfiles
cd ~/dotfiles
bash install.sh
exec zsh

The 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 .gitconfig via [include]
  • Link yabai/skhd configs on macOS only

Contents

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