Tyriar / dotfiles

My dotfiles for Linux and Windows.
MIT License
32 stars 6 forks source link

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