Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 608 Bytes

File metadata and controls

16 lines (13 loc) · 608 Bytes

Share

This repository contains some usefull scripts and tools, mainly for installation process on different platforms

Setup a new mac (runing macOS) with common apps and tools

Open a Terminal and run:

/bin/bash -c "$(curl -k https://raw.githubusercontent.com/Rodrigue2g/Share/main/src/macOS-config.sh)"

Install gtkmm on macOS for C++ programming

Open a Terminal and run:

/bin/bash -c "$(curl -k https://raw.githubusercontent.com/Rodrigue2g/Share/main/src/gtk-install.sh)"

Then Wait for the installation to complete (if you don't have homebrew yet, it might take a little time)