dotfiles

My dotfiles for setting up my computers and CodeSpaces 🤓

MIT License

Stars
26
Committers
1

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 [email protected]: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