Loads of configs, backed up at github
Currently I store configs for
- zsh => shell
- wezterm => terminal emulator
- git => version control
run this to ensure zprezto is installed
test -d "${ZDOTDIR:-$HOME}/.zprezto" || \
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"In the repository root, run the following commands to..
Create new symlinks
stow -n -t "$HOME" wezterm git zshRefresh new symlinks
stow -R -t "$HOME" wezterm git zshTo set new environment variables in a safe manner, DO NOT add them to the .zshrc as we dont want to push them.
Instead we load a file at root called .environment for global variables.