🏡 There's no place like ~/
- Install
just
$ brew install just
- Install commonly used packages (e.g.
lsd
,pre-commit
) via Homebrew:
$ just install
- Create symbolic links.
$ just link
ln -s -f $PWD/zsh/.zshrc $HOME/.zshrc
ln -s -f $PWD/git/.gitconfig $HOME/.gitconfig
Inspiration and code was taken from many sources, including:
- @creasty (Yuki Iwanaga) https://github.com/creasty/dotfiles
- @michaeljsmalley (Michael J. Smalley) https://github.com/michaeljsmalley/dotfiles/
- @probberechts (Pieter Robberechts) https://github.com/probberechts/dotfiles