Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/claremacrae/unix_setup
- Owner: claremacrae
- License: mit
- Created: 2014-06-01T16:14:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T12:34:56.000Z (about 4 years ago)
- Last Synced: 2024-10-31T17:12:25.412Z (3 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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