__ _ ___ ______ ______ .__ __. _______ __ _______
/ \/ | / / / | / __ \ | \ | | | ____|| | / _____|
|_/\__/ / / | ,----'| | | | | \| | | |__ | | | | __
/ / | | | | | | | . ` | | __| | | | | |_ |
/ / __ | `----.| `--' | | |\ | | | | | | |__| |
/__/ (__) \______| \______/ |__| \__| |__| |__| \______|
Follow these steps to clone this repository and set up your environment:
git clone --recurse-submodules https://github.com/Esteban-Bermudez/dotfiles.git ~/.config
Add a .zshenv file in your home directory with the following content:
ZDOTDIR=~/.config/zsh/
echo 'ZDOTDIR=~/.config/zsh/' > ~/.zshenv
Start a new Zsh session or reload your shell with:
source ~/.zshenv