Adds config
This commit is contained in:
parent
0e1e870f39
commit
ac99f7bc6b
BIN
build/main.pdf
BIN
build/main.pdf
Binary file not shown.
33
main.typ
33
main.typ
|
@ -35,6 +35,39 @@
|
||||||
# <Ctrl+A> <d> # Se détacher du screen actuel
|
# <Ctrl+A> <d> # Se détacher du screen actuel
|
||||||
```
|
```
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
]
|
||||||
|
)
|
||||||
|
|
||||||
|
#pagebreak()
|
||||||
|
|
||||||
|
#grid(
|
||||||
|
gutter: 1em,
|
||||||
|
columns: (1fr, 1fr),
|
||||||
|
[
|
||||||
|
= Ma config
|
||||||
|
|
||||||
|
== Mon PC
|
||||||
|
#table(columns: (auto, auto),
|
||||||
|
[*Carte mère*], [ASUS TUF GAMING B550-PLUS WIFI II],
|
||||||
|
[*Processeur*], [AMD Ryzen 9 5900X (3.7 GHz / 4.8 GHz, 12 coeurs / 24 threads)],
|
||||||
|
[*GPU*], [MSI GeForce RTX 3060 Ti GAMING X TRIO 8GD6X],
|
||||||
|
[*RAM*], [Corsair Vengeance LPX 32 Go (2 x 16 Go) DDR4 3600 MHz CL18],
|
||||||
|
[*SSD*], [Samsung SSD 970 EVO Plus M.2 PCIe NVMe 2 To],
|
||||||
|
[*HDD*], [Seagate BarraCuda 8 T],
|
||||||
|
[*Alimentation*], [be quiet! Pure Power 11 600W 80PLUS Gold],
|
||||||
|
[*Ventirad*], [be quiet! Dark Rock PRO 4],
|
||||||
|
[*Boitier*], [be quiet! Pure Base 500 (Noir)],
|
||||||
|
)
|
||||||
|
|
||||||
|
== Bureau
|
||||||
|
#table(columns: (auto, auto),
|
||||||
|
[*Écran principal*], [Dell 27" LED - S2721DS],
|
||||||
|
[*Écran secondaire*], [iiyama 21.5" LED - ProLite XU2293HS-B5],
|
||||||
|
[*Webcam*], [Elgato Facecam],
|
||||||
|
[*Micro*], [Blue Microphones Yeti],
|
||||||
|
)
|
||||||
|
],
|
||||||
[
|
[
|
||||||
= Mon réseau
|
= Mon réseau
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue