My personal environment.
Clone the repository:
$ git clone --recursive [email protected]:ndhoule/dotfiles.git
Run the install script:
$ ./install
To 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.