These are my dotfiles — various config files and scripts that I like to carry with me between machines.
Things are mostly written by me unless indicated otherwise; feel free to steal anything you like whole or in part.
Comments, questions, and suggestions are always welcome; the best way to do this is probably just adding an issue.
(This is mostly for my own reference - you probably want to just pick and choose things rather than install everything if you're not me).
-
Install Linux (currently I'm on various distros on different machines - some things currently in this repo are specific to Arch, and won't work on other distros).
-
Do the following:
mkdir -p ~/src/bobwhitelock
cd !$
git clone [email protected]:bobwhitelock/dotfiles.git
cd dotfiles
./install
vim zsh/env.private.sh # And appropriately set any needed secret env vars.
source zshrc
# Copy over private files, SSH keys, AWS credentials etc.
ssh-add ~/.ssh/id_rsa.bob
clone bobwhitelock/dotfiles-private
# Need to re-install to link in private files.
./install
- Fix the things which will probably break/be incomplete in the above, and update steps for next time.