Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/claremacrae/unix_setup

Scripts for use in setting up new unix environments - to eventually be replaced by chef!
https://github.com/claremacrae/unix_setup

Last synced: about 1 month ago
JSON representation

Scripts for use in setting up new unix environments - to eventually be replaced by chef!

Awesome Lists containing this project

README

        

unix_setup
==========

Scripts for use in setting up new unix environments - to eventually be replaced by chef!

Set up SSH key, as per [these instructions](https://help.github.com/articles/generating-ssh-keys).

Then:

git clone [email protected]:claremacrae/unix_setup.git

Afterwards, remember to set git user info:

git config --global user.name ...
git config --global user.email "..."

Old - pre-SSH - way of cloning:

git clone https://github.com/claremacrae/unix_setup.git