All Projects → cdelorme → system-setup

cdelorme / system-setup

Licence: other
Documentation and Scripts I use to ease setup, potentially fully automated.

Programming Languages

shell
77523 projects
Vim Script
2826 projects
ruby
36898 projects - #4 most used programming language
Nginx
273 projects

system setup

This repository functions as a home for documentation and automation of system configuration.

Ideally documentation will either mirror or supplement the automated scripts.

Documentation that is modular or independent of a particular configuration will be separated, organized, and referenced.

platforms

My primary systems are osx for laptops and debian (jessie) for desktops and servers; as a result my linux automation and documentation have limited support for laptop and wireless tools.

The automation has been written purely to scratch my own itch. However, I document almost everything I have configured; for complex configuration check out my extensive documentation for instructions and code snippets.

For mac optimizations, try this:

curl -Lo osx.sh "https://raw.githubusercontent.com/cdelorme/system-setup/master/osx/el-capitan.sh" && bash osx.sh

For debian automation, give this a shot:

wget --no-check-certificate -qO debian.sh "https://raw.githubusercontent.com/cdelorme/system-setup/master/linux/debian/jessie.sh" && bash debian.sh

This script may ask for input, which can be preseeded with environment variables.

references

These are just some of the many online resources I used during construction:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].