git clone [email protected]:kwtucker/dotfiles ~/.dotfiles
mkdir -p ~/.whalebyte/{code,notes} ; touch ~/.whalebyte/.secret .env
NOTE: Make sure if needed to create local files first:
- modules: specify the modules to install outside the defaults. "LOCAL_MODULES = terraform"
- git: [user] name and email and [url] instead of mapping.
- zsh: environment variables with usernames and tokens set.
.dotfiles/modules.local.mk
.dotfiles/git/config.local
.dotfiles/zsh/local.zsh
cd ~/.dotfiles && . ./bootstrap
Influneced by and examples taken from: