Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 717 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 717 Bytes

Daniel Imms' dotfiles

My dotfiles for Linux and Windows.

Dependencies

Node.js is required to run this project.

Installing/syncing environment

npm install
npm start install

Installing a single module

npm start install <module>

Setup a Debian-based Linux box

sudo apt update && sudo apt install -y wget
bash <(wget -qO- https://raw.githubusercontent.com/Tyriar/dotfiles/master/scripts/setup_deb.sh)

Acknowledgements