klistwan / dotfiles

🏡 There's no place like ~/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

🏡 There's no place like ~/

License:MIT License


Languages

Language:Shell 96.0%Language:Just 4.0%