Skip to main content

Première configuration Package

Installer le package Brew 

Le Package Brew est l'équivalent Pacman pour arch-linux, apt-get pour debian ,ect

Commande pour installer Brew :
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
MAC intel add Brew to path :
echo "export Path=/usr/local/bin:$PATH" >> ~/.bash_profile && source  ~/.bash_profile
MAC m1 add Brew to path :
echo "export PATH=/opt/homebrew/bin:$PATH" >> ~/.bash_profile && source ~/.bash_profile

Package Première : 
brew install grep htop openssh discord
Autre package Web - Développement : 
brew install nginx php git
Autre package Logiciel - Développement : 
brew install android-studio geany android-platform-tools scrcpy
Configuration Android-studio : Installation SDK-manager

ouvrez Android-studio --> tools / outils (en haut de la fenêtre)
--> android SDK --> changer le chemin et créer un dossier a /Users/VotreUtilisateur/android-sdk
--> lancer l'installation