Skip to content

samhornstein/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Shell

Copy .env.example to ~/.env and fill in your secrets:

cp ~/repos/dotfiles/.env.example ~/.env

Symlink git repo .zshrc to root directory and reload shell:

ln -sf ~/repos/dotfiles/.zshrc ~/.zshrc && \
source ~/.zshrc

Secrets in ~/.env are automatically loaded and exported by .zshrc.

Homebrew

Install packages from the Brewfile:

brew bundle --file=~/repos/dotfiles/Brewfile

Dump currently installed packages back into the Brewfile:

brew bundle dump --file=~/repos/dotfiles/Brewfile --force

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors