/dotfiles

My dotfiles for setting up my computers and CodeSpaces 🤓

Primary LanguageShellMIT LicenseMIT

Eddie Jaoude Dotfiles

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

QuickStart

  1. clone repo locally with git clone git@github.com:eddiejaoude/dotfiles.git
  2. navigate into project directory cd dotfiles.git
  3. 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

Resources