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.
- Host: GitHub
- URL: https://github.com/bhazel/personal-scripts
- Owner: BHazel
- License: other
- Created: 2024-07-27T08:39:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T14:00:12.000Z (over 1 year ago)
- Last Synced: 2024-12-06T21:17:02.088Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.