New Mac: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
curl 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= | =TODO= |
Revision as of 00:50, 14 October 2018
Mac Setup
curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash -
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: shell-tools
- Install_gnu_sed_on_Mac#Overview
- Create ~/.bash_profile with:
[ -f ~/.bashrc ] && . ~/.bashrc