Various configuration files.
Clone repository into your HOME dir, then execute in the repo folder:
dotfiles$ make installIf you got warning File exists, consider moving/removing your existing file and re-run again.
The dot/rc files should be compatible with Linux, macOS and WSL (Ubuntu on Windows).
If you get the following error while loading rc files:
syntax error near unexpected token `&'
you need to upgrade your bash by the following steps:
brew install bashsudo ex +'$put =\"/usr/local/bin/bash\"' -scwq /etc/shellschsh -s /usr/local/bin/bash