This repository contains all my dot files for setting up my environment
Order | Technology | Setup instructions |
---|---|---|
1 | Homebrew | To set up my homebrew packages, see instructions here |
2 | Bash | To set up my bash config, see instructions here |
3 | Vim | To set up vim, see the instructions here |
To install all the above simply run the following command
./install/install.sh
Note: This will install both node
and yarn
as they are requirements for a lot of the above.
You can choose which node version to use by changing the following environment variable.
Currently this defaults to 12.4.1.
If you would like to change this, you will also need to update the version of node you use for coc-tsserver in the coc-settings.json
NODE_VERSION_TO_INSTALL=12.4.1