Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 480 Bytes

File metadata and controls

34 lines (22 loc) · 480 Bytes

dotfiles

Installation

  1. Clone this repo. Use a branch suitable for your OS:
git clone https://github.com/schowave/dotfiles.git -b macos
  1. Launch the install.sh shell script with -i to get the dialog to install different dotfiles
sh ./install.sh -i

Configuration

Java

Install java via

jabba install adopt-openj9@1.11.0-11 
jabba use adopt-openj9@1.11.0-11 

Node

Install node via

nvm install 14.17.0