Dotfiles for my day-to-day setup, managed with symlinks and a Makefile.
- neovim
- tmux
- alacritty
- zsh (oh-my-zsh)
- git
Run the bootstrap script. It will install Homebrew, clone this repo, install all packages, set up Rust, and symlink everything into place.
curl -fsSL https://raw.githubusercontent.com/stephenyu/dotfiles/master/bootstrap.sh | bashThen open a new terminal.
If you've already cloned the repo, you can just run:
makeThis symlinks all config files to their expected locations in $HOME.
Homebrew packages are declared in Brewfile. To install:
brew bundleTo add a new package, edit Brewfile and run brew bundle again.
Two CLI tools are installed via cargo:
To install manually:
cargo install gitstatus ccal