-
Clone this repo to
~/dotfiles
with:git clone --recursive [email protected]:stephen-corlett/dotfiles.git ~/dotfiles
-
Run the installation with:
~/dotfiles/install.sh
If you are using Mac, run the mac setup to install finish setup for Mac specific dependencies
~/dotfiles/mac-setup/install.sh
-
Open up your Settings JSON in VSCode by using the command pallete and typing "settings json" and add the following:
"dotfiles.repository": "stephen-corlett/dotfiles", "dotfiles.installCommand": "~/dotfiles/install", "terminal.integrated.defaultProfile.linux": "zsh"
-
Start up your dev-container and you should see the same ZSH configuration & plugins that you have locally inside the container terminal. If that doesn't work, try restarting VSCode and restarting the dev-container.