This project is idempotent, so you can run it multiple times without any side effects.
Learn more in my YouTube video https://www.youtube.com/watch?v=Xk11eKWuo_Y&t=1s
- clone repo locally with
git clone [email protected]:eddiejaoude/dotfiles.git
- navigate into project directory
cd dotfiles.git
- install core config with
./install
Then to install individual configs, for example VSCode plugins, use
./install -c install.conf.vscode.yaml
Note: to install all conf use ./install -c install.conf.yaml