Brooke Kuhlmann
5e26d111c1
Updated contributing documentation.
...
Minor wording and sentence structure clean up.
[ci skip]
2019-05-18 12:00:36 -06:00
Brooke Kuhlmann
b45af77b5c
Added version release notes.
7.1.1
2019-05-01 20:53:27 -06:00
Brooke Kuhlmann
41f6fae742
Added project icon to README.
...
Further stylizes the project.
[ci skip]
2019-04-28 10:00:45 -06:00
Brooke Kuhlmann
3ee1d855bf
Updated to Ruby 2.6.3.
...
[Details](https://is.gd/wKUEHw ).
2019-04-17 17:43:02 -06:00
Brooke Kuhlmann
a77af9c21f
Added version release notes.
7.1.0
2019-04-01 10:38:23 -06:00
Brooke Kuhlmann
4b7c940850
Updated to Ruby 2.6.2.
...
Addresses serveral bug and security fixes.
[Details](https://is.gd/lIVAFn )
2019-03-13 12:43:28 -06:00
Brooke Kuhlmann
295578875f
Added XCode installer fix to troubleshooting section.
...
I've not experienced this yet but others have so adding to the
troubleshooting section in case it is of help.
[ci skip]
2019-03-13 07:07:24 -06:00
Brooke Kuhlmann
1ae3ae1134
Updated to Ruby 2.6.1.
...
Fixed major issue with `Net::Protocol::BufferedIO#write` raising
`NoMethodError` when sending large multi-byte strings.
[Details](https://is.gd/cQ8wcl ).
2019-01-30 06:50:09 -07:00
Brooke Kuhlmann
d78eb3063d
Added version release notes.
7.0.0
2019-01-01 12:16:07 -07:00
Brooke Kuhlmann
a547d061b2
Updated to Git Cop 3.0.0.
...
Includes enhanced support for XDG environment variables which don't
require support of additional tools like [direnv](https://direnv.net ).
[Changes](https://github.com/bkuhlmann/git-cop/releases/tag/3.0.0 ).
2019-01-01 10:21:29 -07:00
Brooke Kuhlmann
f58f146074
Added Circle CI Bundler cache.
...
Speeds up the builds by pulling from the Bundler cache (when Gemfile
has not changed).
2018-12-30 10:45:52 -07:00
Brooke Kuhlmann
6c2de5a5bb
Fixed Circle CI cache for Ruby version.
...
Was missing the checksum which would cause Ruby to be downloaded and
rebuilt each time.
The Docker image has been updated to use an unspecified version to
reduce version maintenance.
The `CI_RUBY_VERSION` environment variable was introduced to be
dynamically set based on value in the `.ruby-version` for improved
maintainability.
2018-12-30 10:01:44 -07:00
Brooke Kuhlmann
4d9ad7315d
Removed download file function.
...
No longer used or recommended now that the `install_*` functions
consistently install applications in the correct location based on
application name.
2018-12-29 15:13:36 -07:00
Brooke Kuhlmann
a895090ca9
Fixed program installs.
...
Modifies and renames the original `install_file` function so it
calculates install path based on application name. This ensures
`install_program` has the same behavior as found with similar install
functions:
- `install_dmg_app`
- `install_dmg_pkg`
- `install_zip_app`
- `install_zip_pkg`
- `install_tar_app`
2018-12-29 15:13:36 -07:00
Brooke Kuhlmann
0c7ae2ba4e
Added README boot disk documentation.
...
Provides an additional reference for convenience when the scripts for
creating the boot disk are no longer available.
2018-12-29 14:06:03 -07:00
Brooke Kuhlmann
caa2adb45c
Removed Java development tools from setup.
...
These tools were originally necessary for some of the Homebrew
applications to install successfully (especially Elasticsearch) but
those requirements are no longer necessary. This also reduces the setup
friction by requiring less manual work on behalf of the installer.
2018-12-29 14:06:03 -07:00
Brooke Kuhlmann
cc75094d5f
Added README troubleshooting section.
...
Discovered this situation while wanting to rebuild a recently rebuilt
machine of the same operation system version. At first, thought the
original bootdisk was corrupted but turns out the system NVRAM/PRAM was
causing the issue.
2018-12-29 14:06:03 -07:00
Brooke Kuhlmann
d03762425a
Fixed installation of apps with no extension.
...
Some apps are binaries packaged within a DMG, zip, etc. that have no
extension but are executable. These are meant to go in the
`/usr/local/bin` folder.
This corresponds with the code found in the `installers.sh` file (see
the `install_app` function).
2018-12-29 14:06:03 -07:00
Brooke Kuhlmann
2d58c953e1
Updated to Ruby 2.6.0.
...
[Changes](https://is.gd/MuTHWG ).
2018-12-25 11:29:03 -07:00
Brooke Kuhlmann
bb329535c7
Added version release changes.
6.1.0
2018-11-01 20:01:55 -06:00
Brooke Kuhlmann
72f5fcb03e
Removed unnecessary source code comments.
...
Reduced stating the obvious (in many cases) in order to improve
readability and reduce lines of code.
2018-10-28 13:35:51 -06:00
Brooke Kuhlmann
7da69e543f
Updated to Java SE Development Kit 11.
...
Links to latest release of Java SE SDK.
2018-10-27 11:59:21 -06:00
Brooke Kuhlmann
0b5c5a6cd8
Updated to Ruby 2.5.3.
...
Fixes development packaging issues absent in Ruby 2.5.2.
[Details](https://is.gd/tYAZvF ).
2018-10-21 09:47:23 -06:00
Brooke Kuhlmann
450c04e126
Updated to Ruby 2.5.2.
...
Includes important security patches. [Details](https://is.gd/60JxWj ).
2018-10-17 12:54:37 -06:00
Brooke Kuhlmann
8305d07ffb
Added version release changes.
6.0.0
2018-10-01 19:56:56 -06:00
Brooke Kuhlmann
ff09e25ea5
Added XCode install tip.
...
Helpful for first-time installers not familar with XCode. Also reduces
confusion with license window which always seems to appear behind
current window.
2018-09-30 10:34:17 -06:00
Brooke Kuhlmann
be396b9581
Updated to Java SE Development Kit 10.
...
Provides a link to the latest JDK.
2018-09-25 17:35:28 -06:00
Brooke Kuhlmann
6dd6d93bb8
Updated boot disk creation to macOS Mojave.
...
Provides support for the latest
[macOS](https://www.apple.com/macos/mojave ) release.
2018-09-25 17:35:28 -06:00
Brooke Kuhlmann
98d921527c
Updated to Contributor Covenant Code of Conduct 1.4.1.
...
The biggest change is the links all use HTTPS now. Formatting was
corrected to wrap at the 100th column as well.
[ci skip]
2018-08-12 07:10:08 -06:00
Brooke Kuhlmann
c01bdeb393
Added version release changes.
5.0.0
2018-08-01 19:51:36 -06:00
Brooke Kuhlmann
f6610849eb
Updated Git checkout to silence detached head warnings.
...
Avoids displaying the following warning in the logs when checking out a
specific version of a project for install purposes:
You are in 'detached HEAD' state. You can look around, make
experimental changes and commit them, and you can discard any
commits you make in this state without impacting any branches by
performing another checkout.
If you want to create a new branch to retain commits you create,
you may do so (now or later) by using -b with the checkout command
again. Example:
git checkout -b <new-branch-name>
HEAD is now at f836f876a178 Added version release changes.
2018-08-01 19:31:23 -06:00
Brooke Kuhlmann
d0c2335f35
Removed restorer functions.
...
No longer needed as these have been eclipsed by the restore from backup
functionality that uses rsync.
2018-08-01 19:31:23 -06:00
Brooke Kuhlmann
cc9fc3a2f9
Removed Java install support.
...
No longer used as the installer is prompted for instead.
2018-07-29 17:41:30 -06:00
Brooke Kuhlmann
023c8bbae2
Refactored function parameter documentation.
...
Cleaned up function documentation to be consistent with rest of
project.
2018-07-29 16:05:09 -06:00
Brooke Kuhlmann
5c12a47f11
Added App Store application verification.
...
Ensures all listed App Store applications are installed. Otherwise, it
lists those which are not.
2018-07-29 15:48:01 -06:00
Brooke Kuhlmann
cc1b7527fe
Added Homebrew cask application verifier.
...
Verifies installation of Homebrew casks by ensuring installed
applications cross check against defined list.
2018-07-29 15:02:59 -06:00
Brooke Kuhlmann
2f6b385f2f
Refactored library function order.
...
Moved primary functions above secondary functions for easier
readability.
2018-07-29 13:56:00 -06:00
Brooke Kuhlmann
6c06f7107b
Fixed verification of Homebrew formulas.
...
The `verify_homebrew_formulas` function will no longer error when
checking Homebrew formulas due to invalid function name.
2018-07-29 13:37:36 -06:00
Brooke Kuhlmann
da81619140
Updated boot disk format documentation.
...
Added emphasis for using *Mac OS Extended (Journaled)* format for the
USB drive and *APFS (Encrypted)* for the main drive.
2018-07-28 18:15:39 -06:00
Brooke Kuhlmann
6c4fc52511
Updated README documentation.
...
Minor edits and clarifications.
2018-07-28 18:15:39 -06:00
Brooke Kuhlmann
ccb9aa8c1d
Fixed Markdown ordered list numbering.
...
Ensures ordered lists start at one instead of zero.
[ci skip]
2018-07-20 10:30:20 -06:00
Brooke Kuhlmann
940ad7e622
Updated Semantic Versioning links to be HTTPS.
...
It's best to be secure by default.
[ci skip]
2018-06-30 17:10:03 -06:00
Brooke Kuhlmann
f7fb380233
Updated project changes to use semantic versions.
...
Keeps project changes/history labeled with consistent version labels.
[ci skip]
2018-04-01 12:43:14 -06:00
Brooke Kuhlmann
c0b9be502b
Added version release changes.
4.1.0
2018-04-01 10:56:35 -06:00
Brooke Kuhlmann
66cd8d988e
Updated to Git Cop 2.2.0.
...
[Changes](https://is.gd/OEDYpE ).
2018-04-01 09:07:07 -06:00
Brooke Kuhlmann
955af0fc9e
Updated to Ruby 2.5.1.
...
[Details](https://is.gd/hSEMaL ).
2018-03-30 17:32:36 -06:00
Brooke Kuhlmann
9730e0ce45
Updated to Circle CI 2.0.0 configuration.
...
Uses latest configuration version in order to not be caught off-guard
if/when they drop v1.0.0 support.
[Details](https://circleci.com/docs/2.0 ).
2018-01-28 07:44:33 -07:00
Brooke Kuhlmann
94373dd5e8
Updated README screencast tutorial.
...
Updated to use latest version of software (not that the features have
changed much).
2018-01-07 14:14:22 -07:00
Brooke Kuhlmann
87282969de
Updated README license information.
...
Simplified the text by removing the "(c)" as the use of "Copyright" is
good enough.
[ci skip]
2018-01-06 15:00:50 -07:00
Brooke Kuhlmann
6a6286755e
Removed Patreon badge from README.
...
No longer planning to use this service.
[ci skip]
2018-01-02 20:25:45 -07:00