To install clone the repository to somewhere in your home directory
git clone https://github.com/ingalless/dotfiles.git
cd dotfiles
Use GNU Stow to set things up.
# Example setup for scripts, nvim and tmux
stow bin nvim tmux
stow nvim
Configure environment variables in .zshenv
or .zprofile
export JIRA_URL='https://org.atlassian.net'
export JIRA_API_TOKEN=""