mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-09 13:43:46 -05:00
text changes
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# My Shell Scripts
|
# My Shell Scripts
|
||||||
This is the centralized repository of all my personal shell scripts which I use for a number of different purposes.
|
This is the centralized repository of all the shell scripts which I use for a number of different purposes.
|
||||||
|
|
||||||
**Important:** I am a novice programmer and I bear no responsibility whatsoever if any of these scripts that I have written wipes your computer, destroys your data, crashes your car, or otherwise causes mayhem and destruction. USE AT YOUR OWN RISK.
|
**Important:** *I am a novice programmer and I bear no responsibility whatsoever if any of these scripts that I have written wipes your computer, destroys your data, crashes your car, or otherwise causes mayhem and destruction. USE AT YOUR OWN RISK.*
|
||||||
|
|
||||||
## What's here
|
## What's here
|
||||||
|
|
||||||
* **etc/** - This directory contains the various configuration files for the scripts contained elsewhere. More information is in the folder's `README`.
|
* **etc/** - Many of my scripts and shared functions call for configuration files. These configs are saved here. More information is in the folder's `README`.
|
||||||
* **lib/** - Located in this folder are a number of shared scripting libraries that I use throughout my other scripts. More information is in the folder's `README`.
|
* **lib/** - My shared scripting libraries that are used throughout my other scripts. More information is in the folder's `README`.
|
||||||
* **macControl/** - A collection of Scripts used by Mac applications. For example: Allow [ControlPlane][8] to run a key command.
|
* **macControl/** - A collection of Scripts used by Mac applications. For example: Allow [ControlPlane][8] to run a key command.
|
||||||
* **setupScripts/** - This directory contains my scripts that configure new computers from scratch. Detailed information is in the folder's `README`.These scripts perform such tasks as:
|
* **setupScripts/** - This directory contains my scripts that configure new computers from scratch. Detailed information is in the folder's `README`.These scripts perform such tasks as:
|
||||||
* Insalling [Homebrew][1] & associated packages
|
* Insalling [Homebrew][1] & associated packages
|
||||||
|
|||||||
Reference in New Issue
Block a user