pkill37 / linuxify

🍏🐧 Transparently transform the macOS CLI into a fresh GNU/Linux CLI experience.
MIT License
888 stars 69 forks source link

linuxify.sh expects ~/.bashrc file #11

Closed InfiniteLoop90 closed 5 years ago

InfiniteLoop90 commented 5 years ago

When I ran this on macOS High Sierra (MacBook Pro (Retina, 15-inch, Mid 2015)) I got an error on this line.

I didn't have a ~/.bashrc file on my system but I did have ~/.bash_profile. Should the script create the ~/.bashrc file during the install process or source to ~/.bash_profile instead?

(Side note: It might be helpful to echo what it’s about to do before running a few of the commands so that it’s easier to tell where it failed at.)

techwizrd commented 5 years ago

I think this is related to issue https://github.com/fabiomaia/linuxify/issues/2 and I made a comment about this as well: https://github.com/fabiomaia/linuxify/issues/2#issuecomment-421530973

InfiniteLoop90 commented 5 years ago

Ah, yup. I didn't see that I'll close this issue since it's a duplicate of issue #2.