Skip to content

jameskr97/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header

setup instructions

1. Install chezmoi and apply

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply jameskr97

2. Install Homebrew and packages

cd ~/.local/share/chezmoi
make brew-install
make setup

Restart your terminal (or source ~/.zprofile) to get brew in PATH.

3. Unlock Bitwarden (for SSH keys)

bw config server bitwarden.example.com
bw login
bw unlock
export BW_SESSION="..."  # copy from output

4. Re-apply dotfiles (to get SSH keys)

chezmoi apply

Makefile Targets

  • make brew-install - Install Homebrew
  • make setup - Run Brewfile
  • make uninstall - Remove packages not in Brewfile

About

My Dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published