Skip to content

ndhoule/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ndhoule/dotfiles

My personal environment.

Getting Started

Clone the repository:

$ git clone --recursive git@github.com: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.

About

Configuration files for zsh, emacs, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published