An open API service indexing awesome lists of open source software.

https://github.com/nir0s/dotfiles


https://github.com/nir0s/dotfiles

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

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
```