- 🙋♂️ Tim Kutcher
- 🧑💻 Software Engineer
- 💼 DICORP, Inc. | Chief Technology & Security Officer
- 🐦 Johns Hopkins Computer Science '19
- 🌐 https://tkutcher.com
- 📫 tkutcher@outlook.com
This repo includes a shell configuration system for setting up a new machine.
Quick start:
# 1. Clone the repo
git clone https://github.com/tkutcher/tkutcher ~/TK/github/tkutcher
# 2. Edit ~/.tkrc.json to configure your machine (created on first run)
zsh ~/TK/github/tkutcher/install.zsh
# 3. Optionally add the p10k instant prompt at the top of ~/.zshrc (before the TK_RC block):
# if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
# source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
# fitkrc.json is the template config — install.zsh scaffolds it to ~/.tkrc.json on first run. Edit ~/.tkrc.json per machine; it is not tracked by this repo.
install.zsh is idempotent — re-running it updates the BEGIN TK_RC / END TK_RC block in ~/.zshrc in place.



