dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

My dotfiles for Linux and Windows.

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