Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 742 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 742 Bytes

@ndhoule/dotfiles

My personal environment.

Getting Started

Clone the repository:

$ git clone --recursive [email protected]:ndhoule/dotfiles.git

Run the install script:

$ ./install

Linking Packages

To install an individual package or to refresh links, run:

$ cd packages
$ stow --target=$HOME --verbose=1 <package_name>

Requirements

Further Setup

npm

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.