New Mac: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash -
curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash -
</syntaxhighlight>
</syntaxhighlight>
=TODO=
* https://gist.github.com/todc/9562086
* https://github.com/NovaOrdis/shell-tools/blob/master/mac-setup
* Installed by hand brew, and then installed java and gradle with brew.
* Installed shell-tools: [https://kb.novaordis.com/index.php/Shell-tools#Installation shell-tools]
* [[Install_gnu_sed_on_Mac#Overview]]
* Create ~/.bash_profile with:
[ -f ~/.bashrc ] && . ~/.bashrc

Revision as of 01:45, 14 October 2018

Mac Setup

curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash -