> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fisica.cat/llms.txt
> Use this file to discover all available pages before exploring further.

# Instal·lació

> Instal·la Fortran, Gnuplot i Visual Studio Code en pocs minuts.

## Procés

Una detallació dels passos que seguirem en aquesta guia d'instal·lació de software.

### Pas 1: Instal·lar Visual Studio Code i extensions

<AccordionGroup>
  <Accordion icon="copy" title="Instal·lar el VS Code">
    El descarreguem de la [pàgina oficial](https://code.visualstudio.com/download) i seguim el procés d'instal·lació fins al final.
  </Accordion>

  <Accordion icon="rectangle-terminal" title="Instal·lar extensions">
    Instal·lem les següents extensions:

    * `Modern Fortran` feta per `The Fortran Programming Language`.
    * `gnuplot` feta per `mammothb`.
    * `Material Icon Theme` feta per `Philipp Kief`
    * `vscode-pdf` feta per `tomoki1207`
    * `Task Runner` feta per `Sana Ajani`

    Un cop instal·lades tanquem i tornem a obrir el VS Code.

    <Tip>Alternativament també pots escriure `>Developer: Reload Window` al buscador de dalt al centre.</Tip>
  </Accordion>
</AccordionGroup>

### Pas 2: Instal·lar Fortran i Gnuplot

<AccordionGroup>
  <Accordion icon="github" title="Instal·lar Fortran">
    Install the Mintlify GitHub app from your [dashboard](https://dashboard.mintlify.com/settings/organization/github-app).

    Our GitHub app automatically deploys your changes to your docs site, so you don't need to manage deployments yourself.
  </Accordion>

  <Accordion icon="palette" title="Instal·lar Gnuplot">
    For a first change, let's update the name and colors of your docs site.

    1. Open `docs.json` in your editor.
    2. Change the `"name"` field to your project name.
    3. Update the `"colors"` to match your brand.
    4. Save and see your changes instantly at `http://localhost:3000`.

    <Tip>Try changing the primary color to see an immediate difference!</Tip>
  </Accordion>

  <Accordion icon="palette" title="Comprovar que tot funciona">
    For a first change, let's update the name and colors of your docs site.

    1. Open `docs.json` in your editor.
    2. Change the `"name"` field to your project name.
    3. Update the `"colors"` to match your brand.
    4. Save and see your changes instantly at `http://localhost:3000`.

    <Tip>Try changing the primary color to see an immediate difference!</Tip>
  </Accordion>
</AccordionGroup>

### Pas 3: Instal·lar i configurar PowerShell

<Accordion icon="rocket" title="Instal·lar PowerShell">
  1. Commit and push your changes.
  2. Your docs will update and be live in moments!
</Accordion>

<Accordion icon="rocket" title="Configurar PowerShell">
  1. Commit and push your changes.
  2. Your docs will update and be live in moments!
</Accordion>

### Pas 4: Automatitzar-ho (molt ràpid)

<Accordion icon="rocket" title="Copiar la carpeta .vscode i comprovar que funciona">
  1. Commit and push your changes.
  2. Your docs will update and be live in moments!
</Accordion>

<Accordion icon="rocket" title="Adaptar els scripts">
  1. Commit and push your changes.
  2. Your docs will update and be live in moments!
</Accordion>

### Pas 5: Personalitzacions addicionals

<Accordion icon="rocket" title="Simplificar l'editor">
  1. Commit and push your changes.
  2. Your docs will update and be live in moments!
</Accordion>

<Accordion icon="rocket" title="Personalitzar el Material Icon Theme">
  1. Commit and push your changes.
  2. Your docs will update and be live in moments!
</Accordion>

<Accordion icon="rocket" title="Personalitzar la Terminal">
  1. Commit and push your changes.
  2. Your docs will update and be live in moments!
</Accordion>

<Accordion icon="rocket" title="Definir dreceres de teclat">
  1. Commit and push your changes.
  2. Your docs will update and be live in moments!
</Accordion>

<Accordion icon="rocket" title="Aprendre a fer servir la Timeline">
  1. Commit and push your changes.
  2. Your docs will update and be live in moments!
</Accordion>

## El que ve a continuació

Ara que ja ho tens tot preparat, pots començar a aprendre de veritat.

<Columns cols={2}>
  <Card title="Fortran 95" icon="pen-to-square" href="/development">
    Programa en un dels llenguatges més ràpids del món.
  </Card>

  <Card title="Gnuplot" icon="palette" href="/essentials/settings">
    Aprèn a fer gràfics amb aquest llenguatge de codi obert.
  </Card>

  <Card title="Mètodes numèrics" icon="map" href="/essentials/navigation">
    Aprèn els mètodes numèrics de la teoria de física computacional i la seva implementació en Fortran.
  </Card>

  <Card title="Terminal" icon="terminal" href="/api-reference/introduction">
    Aprèn a fer servir la terminal cmd, bash, zsh o PowerShell de manera ràpida i intuïtiva.
  </Card>
</Columns>

<Note>
  **Necesites ajuda?** Consulta [problemes freqüents](https://mintlify.com/other/help/installation) relacionats amb el procés d'instal·lació o [contacta](https://mintlify.com/about/community#contact) amb la comunitat.
</Note>
