This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 +5V ===================== IC2 IC23 IC46 | |
2 /INDEX ================== IC43 | |
3 +5V ===================== IC2 IC23 IC46 | |
4 DRIVE SELECT ============ IC35 | |
5 +5V ===================== IC2 IC23 IC46 | |
6 DISK CHANGE ============= IC38 | |
7 N/C ===================== N/C | |
8 READY =================== N/C | |
9 HD OUT(HD at HIGH level)= N/C | |
10 MOTOR ON =============== IC29 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-StrictMode -Version Latest | |
# $PSVersionTable.OS | |
# Write-Host | |
# User paths | |
if ($IsMacOS) { | |
$userPaths = @( | |
"$HOME/.bin", | |
"$HOME/.cargo/bin", |