mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-09 13:43:46 -05:00
text change
This commit is contained in:
@@ -5,6 +5,7 @@ This is the centralized repository of all my personal shell scripts which I use
|
|||||||
|
|
||||||
## What's here
|
## What's here
|
||||||
|
|
||||||
|
* **etc/** - This directory contains the various configuration files for the scripts contained elsewhere.
|
||||||
* **lib/** - Located in the `lib` folder are a number of shared scripting libraries that I use throughout my other scripts.
|
* **lib/** - Located in the `lib` folder are a number of shared scripting libraries that I use throughout my other scripts.
|
||||||
* **setupScripts/** - This directory contains my scripts that configure new computers from scratch. Including:
|
* **setupScripts/** - This directory contains my scripts that configure new computers from scratch. Including:
|
||||||
* Insalling [Homebrew][1] & associated packages
|
* Insalling [Homebrew][1] & associated packages
|
||||||
@@ -13,7 +14,7 @@ This is the centralized repository of all my personal shell scripts which I use
|
|||||||
* Syncing user preferences and files using [Mackup][3]
|
* Syncing user preferences and files using [Mackup][3]
|
||||||
* Installing [RVM][4] and associated Gems
|
* Installing [RVM][4] and associated Gems
|
||||||
* Pushing a new SSH key to Github
|
* Pushing a new SSH key to Github
|
||||||
* **syncScripts** - I use [RSYNC][5] and [Unison][6] all the time to sync various computers, drives, and servers. I keep my base syncing scripts here.
|
* **syncScripts/** - I use [RSYNC][5] and [Unison][6] all the time to sync various computers, drives, and servers. I keep my base syncing scripts here.
|
||||||
|
|
||||||
[1]: http://brew.sh
|
[1]: http://brew.sh
|
||||||
[2]: http://caskroom.io
|
[2]: http://caskroom.io
|
||||||
|
|||||||
Reference in New Issue
Block a user