My ever-growing collection of dotfiles and configs.
git
make
direnv
- Copy
.envrc.example
to.envrc
- Add
GITHUB_TOKEN
- Enable direnv with `eval "$(direnv hook bash)"
direnv allow
source ./install.sh | tee log
#tee
also avoids the shell exiting if there is an error
- See this page to configure X11 forwarding over ssh