This project is best used with GNU Stow. Doing so will allow for running the commands below for configuring your envionment. If it not availabe, you should be able to copy files to their appropriate locations manually in order to make it work. Keeping things in sync may prove tricky though. 🤷
When setting up for macOS, be sure to clone this repository to ~/.dotfiles. Once done, navigate to ~/.dotfiles in your terminal. Once there, run the following command.
stow zsh shell config tmux aerospace
This will configure zsh and the shell. For local overrides for your machine, create a ~/.shell_local_rc file and make changes there. It will be loaded last.
When setting up for Linux, be sure to clone this repository to ~/.dotfiles. Once done, navigate to ~/.dotfiles in your terminal. Once there, run the following command.
stow bash shell config tmux
This will configure zsh and the shell. For local overrides for your machine, create a ~/.shell_local_rc file and make changes there. It will be loaded last.
If you are not seeing the new tmux config, run tmux kill-server to kill any existing process that may have already cached an earlier config.