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.
- Host: GitHub
- URL: https://github.com/trasherdk/environment-config
- Owner: trasherdk
- Created: 2019-03-15T03:29:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T03:56:46.000Z (over 7 years ago)
- Last Synced: 2025-04-20T00:55:20.602Z (about 1 year ago)
- Language: Shell
- Size: 18.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```