Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 809 Bytes

File metadata and controls

21 lines (17 loc) · 809 Bytes

install-scripts

Automation scripts to help prepare development workstation environment with minimal user intervention.

Notes

If there is a script that needs to be executed often, they can be added to the default executable directory

Windows

$env:LOCALAPPDATA\Microsoft\WindowsApps

Linux

# These will only be added to path after re-login, a new remote ssh session will have this in PATH
$HOME/.local/bin
# Alternative path, however python will usually place executables in the '.local' path
$HOME/bin

License

Refer to LICENSE.md, normally 0BSD by default as its not usually something to ship so its as permissive as possible, unless stated otherwise by individual files that was mirrored (modified) over.