Skip to content

Instantly share code, notes, and snippets.

View fscm's full-sized avatar

Frederico Martins fscm

View GitHub Profile

Keybase proof

I hereby claim:

  • I am fscm on github.
  • I am fscm (https://keybase.io/fscm) on keybase.
  • I have a public key whose fingerprint is F783 A496 E2A9 685E 5BCB 5464 A704 01A7 C067 F312

To claim this, I am signing this object:

@fscm
fscm / install_tree.md
Last active February 28, 2024 12:15
[macOS] Install 'tree' command from source

[macOS] Install 'tree' command from source

Instructions on how to install the tree 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_tig.md
Last active October 10, 2019 15:49
[macOS] Install 'tig' command from source

[macOS] Install 'tig' command from source

Instructions on how to install the tig 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_openjdk.md
Last active March 16, 2022 18:04
[macOS] Install OpenJDK

[macOS] Install OpenJDK

Instructions on how to install OpenJDK on macOS.

Uninstall

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

To uninstall any previous OpenJDK installations use the following commands:

@fscm
fscm / install_go.md
Last active June 21, 2021 18:57
[macOS] Install Go programming language

[macOS] Install Go programming language

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

Uninstall

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

To uninstall any previous Go installations use the following commands:

@fscm
fscm / install_hub.md
Last active March 24, 2020 11:49
[macOS] Install hub cli

[macOS] Install hub cli

Instructions on how to install the GitHub's command-line tool hub.

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_lab.md
Last active March 24, 2020 11:48
[macOS] Install lab cli

[macOS] Install lab cli

Instructions on how to install the GitLab's command-line tool lab.

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_gitlab.md
Created March 24, 2020 11:48
[macOS] Install gitlab cli

[macOS] Install gitlab cli

Instructions on how to install the GitLab's command-line tool gitlab.

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_python3.md
Last active January 27, 2022 13:15
[macOS] Install Python 3 programming language

[macOS] Install Python 3 programming language

Instructions on how to install the Python 3 programming language on macOS.

Uninstall

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

This will completelly remove any Python 3 previously installed. If you which to keep the user modules installed with pip3 you should skip the last command.

@fscm
fscm / install_haskell.md
Last active April 21, 2020 09:36
[macOS] Install Haskell Platform

[macOS] Install Haskell Platform

Instructions on how to install the Haskell Platform on macOS.

Uninstall

First step should be to unsinstall any previous Haskel installation. This step can be skipped if no Haskell Platform was previously installed.

This will completelly remove any Haskell Platform previously installed. If you which to keep the libraries installed with cabal you should skip the last command.