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

https://github.com/trasherdk/environment-config

Files and Installation scripts for my environment.
https://github.com/trasherdk/environment-config

Last synced: 11 months ago
JSON representation

Files and Installation scripts for my environment.

Awesome Lists containing this project

README

          

Notice
======

This repro contains a lot of useful stuff, **but**
**DO NOT** just clone, and run the `setup.sh` script.
Look thrugh the contents, and cherry pick the stuff you want.

Environment Config
==================

I store installation scripts and stuff I use to bootstrap my Operating System.
It takes care of installing packages I need, correcting stuff and some OS dependant scripts.

[Bash, Vim, ZSH and other stuff are stored on my dotfiles repository](https://github.com/trasherdk/dotfiles)

## Installation

```sh
git clone https://github.com/trasherdk/environment-config ~/.environment-config
cd ~/.environment-config
bash setup.sh
```