Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 490 Bytes

File metadata and controls

22 lines (17 loc) · 490 Bytes

dotfiles

This repository contains my dotfiles.

Dependencies

Install

  • clone this repository to any directory
  • go to the cloned repository
  • run npm install
  • run npm start

This creates symlinks in your home directory to all dotfiles in your cloned repository.

Update

  • run git pull
  • run npm start (this is only necessary if there are new dotfiles which should be symlinked)