active-logic / uta

(╯°□°)╯⌒ C#
Other
3 stars 1 forks source link

Publish CLI locally on Windows #174

Closed eelstork closed 4 years ago

eelstork commented 4 years ago

For dotnet SDK install scripts see here https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script

eelstork commented 4 years ago

Getting sdk 3.1; manual install

eelstork commented 4 years ago

The following were installed at: 'C:\Program Files\dotnet' • .NET Core SDK 3.1.401 • .NET Core Runtime 3.1.7 • ASP.NET Core Runtime 3.1.7 • .NET Core Windows Desktop Runtime 3.1.7

Also tells me it has telemetry enabled. Would that be slowing down stuff on macOS?

eelstork commented 4 years ago

Good so far but git bash lacking sudo here's one

curl -s https://raw.githubusercontent.com/imachug/win-sudo/master/install.sh | sh
eelstork commented 4 years ago

Also ref: https://averagelinuxuser.com/linux-root-folders-explained/

eelstork commented 4 years ago

https://github.com/imachug/win-sudo

eelstork commented 4 years ago

That sudo also requires a restart

eelstork commented 4 years ago

To get howl on the path nano ~/.bashrc and add export PATH="/usr/lib/howl/:$PATH"