Skip to content

Instantly share code, notes, and snippets.

View fscm's full-sized avatar

Frederico Martins fscm

View GitHub Profile
@fscm
fscm / install_gnused.md
Last active May 12, 2025 11:10
[macOS] Install GNU Sed tool from source

[macOS] Install GNU Sed tool from source

Instructions on how to install the gsed command on macOS from source.

Prerequisites

macOS Command Line Tools need to be installed on your local computer.

To install the Command Line Tools run the following command:

@fscm
fscm / install_unrar.md
Created April 29, 2025 16:55
[macOS] Install unrar tool from source

[macOS] Install unrar tool from source

Instructions on how to install the unrar command on macOS from source.

Prerequisites

macOS Command Line Tools need to be installed on your local computer.

To install the Command Line Tools run the following command:

@fscm
fscm / install_gtar.md
Last active April 29, 2025 16:55
[macOS] Install GNU Tar tool from source

[macOS] Install GNU Tar tool from source

Instructions on how to install the gtar command on macOS from source.

Prerequisites

macOS Command Line Tools need to be installed on your local computer.

To install the Command Line Tools run the following command:

@fscm
fscm / install_gnumake.md
Last active May 28, 2025 08:23
[macOS] Install GNU Make tool from source

[macOS] Install GNU Make tool from source

Instructions on how to install the gmake command on macOS from source.

Prerequisites

macOS Command Line Tools need to be installed on your local computer.

To install the Command Line Tools run the following command:

@fscm
fscm / install_scala.md
Created February 1, 2022 18:31
[macOS] Install Scala programming language

[macOS] Install Scala programming language

Instructions on how to install the Scala programming language on macOS.

Uninstall

First step should be to unsinstall any previous Scala installation. This step can be skipped if no Scala programming language was previously installed.

@fscm
fscm / install_basictex.md
Last active April 29, 2025 16:56
[macOS] Install BasicTeX

[macOS] Install BasicTeX

Instructions on how to install the BasicTeX TeX distribution on macOS.

Uninstall

First step should be to unsinstall any previous BasicTeX installation. This step can be skipped if no BasicTeX version was previously installed.

To uninstall any previous BasicTeX installations use the following command(s):

@fscm
fscm / install_nodejs.md
Last active February 1, 2022 17:25
[macOS] Install Node.js JavaScript runtime

[macOS] Install Node.js JavaScript runtime

Instructions on how to install the Node.js JavaScript runtime on macOS.

Uninstall

First step should be to unsinstall any previous Node.js installation. This step can be skipped if no Node.js version was previously installed.

This will completelly remove any Node.js previously installed. If you which

@fscm
fscm / install_cmake.md
Last active May 28, 2025 16:08
[macOS] Install CMake

[macOS] Install CMake

Instructions on how to install the CMake tool on macOS.

Uninstall

First step should be to unsinstall any previous CMake installation. This step can be skipped if no CMake version was previously installed.

To uninstall any previous CMake installations use the following commands:

@fscm
fscm / install_hugo.md
Last active March 8, 2022 10:00
[macOS] Install hugo

[macOS] Install hugo

Instructions on how to install the hugo static site generator.

Install (normal version)

hugo can be obtained here. Copy the link for the version that you want to install from there.

Get the hugo archive and extract it with the following command:

@fscm
fscm / install_shellcheck.md
Last active January 25, 2022 18:25
[macOS] Install shellcheck

[macOS] Install shellcheck

Instructions on how to install the shellcheck command-line tool.

Install

shellcheck can be obtained here. Copy the link for the version that you want to install from there (or just use lastest one).