# Première configuration Package

## Installer le package Brew   


<p class="callout info">Le Package Brew est l'équivalent Pacman pour arch-linux, apt-get pour debian ,ect</p>

##### Commande pour installer Brew :

```bash
/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 --&gt; tools / outils (en haut de la fenêtre)  
\--&gt; android SDK --&gt; changer le chemin et créer un dossier a /Users/VotreUtilisateur/android-sdk  
\--&gt; lancer l'installation