This repo contains my dotfiles and configurations for my local workstation tools:
- neovim
- zsh (I use zinit)
- starship
- tmux
Additionally, it contains my personal git configuration.
On macOS, use brew. On Linux, use the standard package manager
brew install justUsing just, from the root of this repo, run the configure recipe
just configureTo sync an individual folder from this repo to the workstation, run the stow recipe with the name of the
folder to sync. e.g. to sync git, do
just stow gitNote: My tmux config uses tpm to manage plugins. For the configuration to work properly, you will need to enter
tmux and invoke the installation command (<C-Space> + I).
That's it!