pkill37

Results 23 comments of pkill37

I am switching to macOS for work so I will have some more opportunities to work on this :-) But help is still very much appreciated if you are interested!

I'll consider this. A change like this means I should probably also rename this from "linuxify" to "gnuify"

and github actions

Best is to keep these packages upon which others depend on, so as to not break anything. Edit the `linuxify` script and replace line 142 ``` brew uninstall -f $(echo...

Thanks! I'm rewriting the script and will take this in consideration.

For a while I considered using other package managers for this project, but I settled on brew because it was more popular and it meant I didn't have to invest...

That was very enlightening. I am inclined to agree with you that MacPorts is better and Homebrew only won because of marketing. But there is something to be said about...

Lately (#19) Homebrew has been getting on my nerves. The install locations are an always changing confusing clusterfuck, there are seemingly unnecessary cascades of symlinks, and the caveats info is...

Manually maintaining the environment variable exports for every program requires a lot of work and isn't very future-proof https://github.com/fabiomaia/linuxify/blob/master/.linuxify If switching to MacPorts means this can be done more generally...