My personal environment.
Clone the repository:
$ git clone --recursive git@github.com:ndhoule/dotfiles.gitRun the install script:
$ ./installTo install an individual package or to refresh links, run:
$ cd packages
$ stow --target=$HOME --verbose=1 <package_name>- [Linux only] Material Design Icons font (https://materialdesignicons.com/)
Create an npm token on npmjs.com. Don't store it in your npm configuration file directly; instead, store it in ~/.envrc:
export NPM_AUTH="{{ token }}"The configuration specified in packages/javascript/.npmrc will pick up this value.