An open API service indexing awesome lists of open source software.

https://github.com/bhazel/personal-scripts

A set of scripts to assist and automate tasks on my macOS device setup.
https://github.com/bhazel/personal-scripts

Last synced: about 1 year ago
JSON representation

A set of scripts to assist and automate tasks on my macOS device setup.

Awesome Lists containing this project

README

          

# Personal Scripts _(BHazel)_

This repository contains a set of scripts to assist and automate tasks on my macOS device setup.

## Scripts

Script|Description
-|-
`aliases`|Defines shell aliases (see below).
`dnenv.py`|Manages the .NET SDK version for a directory and its children via a _global.json_ file.
`houdini-licence-reset`|Resets the SideFX Houdini licence server if it stops running correctly.
`spark-init`|Configures the environment to run Apache Spark.
`update-cli.py`|Updates all installed CLI-based platforms and tooling (Homebrew, .NET, Node, Python, Rust) using scripts in the _cli_updaters_ directory.

## Aliases

Alias|Description
-|-
`ldx`|Aliases the linker on Apple Silicon when working with ARM64 assembly code.