Skip to content

bobwhitelock/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

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.

Installation

(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).

  1. 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).

  2. 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
  1. Fix the things which will probably break/be incomplete in the above, and update steps for next time.

About

My dotfiles 💻 🔨

Topics

Resources

License

Stars

Watchers

Forks