# dotfiles **Repository Path**: mirrors_nir0s/dotfiles ## Basic Information - **Project Name**: dotfiles - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My Work Environment This sets up my working environment ready with the required packages, dot files, python environment and more. Before running `setup`, copy the relevant ssh keys to `~/.ssh` as that's a prerequisite for cloning relevant github repos. # Usage ```bash cd /tmp && curl -OL https://github.com/nir0s/.files/archive/master.tar.gz tar -xzvf /tmp/master.tar.gz && rm /tmp/master.tar.gz cd /tmp/.files-master && ./setup ```