Skip to content

Johnathan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Fresh Mac Setup

xcode-select --install
git clone git@github.com:Johnathan/dotfiles.git ~/dotfiles
cd ~/dotfiles
make bootstrap
make install

Existing Mac

cd ~/dotfiles
make install

What it does

bootstrap

  • Installs Homebrew (if missing)
  • Installs Prezto (if missing)
  • Installs VS Code and tmux via Homebrew

install

  • tmux: Symlinks .tmux.conf, installs TPM and plugins
  • zsh: Symlinks .zshrc
  • vim: Symlinks .vimrc
  • vscode: Symlinks settings/keybindings, installs extensions

Individual targets

make bootstrap  # fresh mac prerequisites
make install    # all configs
make tmux       # just tmux
make zsh        # just zsh
make vim        # just vim
make vscode     # just vscode

Secrets

API keys and machine-specific config go in ~/.secrets (not in repo):

echo 'export OPENAI_API_KEY="your-key"' > ~/.secrets
chmod 600 ~/.secrets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published