/dotfiles

Primary LanguageShell

To overwrite your zsh configs

./install.sh

To use in vscode devcontainer

Add to your settings.json

    "dotfiles.repository": " mlefebvre1/zsh_config ",
    "dotfiles.targetPath": "~/dotfiles",
    "dotfiles.installCommand": "~/dotfiles/install.sh"