Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 963 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 963 Bytes

Setting up dotfiles

  1. Clone this repo to ~/dotfiles with:

    git clone --recursive [email protected]:stephen-corlett/dotfiles.git ~/dotfiles
  2. Run the installation with:

    ~/dotfiles/install.sh

Setting up on Mac

If you are using Mac, run the mac setup to install finish setup for Mac specific dependencies

~/dotfiles/mac-setup/install.sh

VSCode Dev-Container Setup

  1. 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"
  2. 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.