Skip to content

jonnysoe/install-scripts

Repository files navigation

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.

About

Generic automatic install scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors