/dotfiles

🏡 There's no place like ~/

Primary LanguageShellMIT LicenseMIT

dotfiles Platform: macOS License: MIT

🏡 There's no place like ~/

Installation

  1. Install just
$ brew install just
  1. Install commonly used packages (e.g. lsd, pre-commit) via Homebrew:
$ just install
  1. Create symbolic links.
$ just link
ln -s -f $PWD/zsh/.zshrc $HOME/.zshrc
ln -s -f $PWD/git/.gitconfig $HOME/.gitconfig

Acknowledgements

Inspiration and code was taken from many sources, including: