Anleitung Installation Pakete
This commit is contained in:
25
README.org
25
README.org
@@ -5,5 +5,28 @@
|
|||||||
|
|
||||||
Installation und Konfiguration CachyOS mit Niri.
|
Installation und Konfiguration CachyOS mit Niri.
|
||||||
|
|
||||||
* Einleitung
|
* Vorbereitungen
|
||||||
|
Nach der Grundinstallation von CachyOS incl. dem Desktop =Niri= dieses Repository einmal clonen. ~Git~ sollte verfügbar sein. Wenn nicht, dann via ~sudo pacman -S git~ vorher installieren.
|
||||||
|
|
||||||
|
#+begin_src shell
|
||||||
|
# ggf. Ordner anlegen und hinein wechseln
|
||||||
|
mkdir -p ~/Downloads/git
|
||||||
|
cd ~/Downloads/git
|
||||||
|
|
||||||
|
# Repository clonen und in Ordner wechseln
|
||||||
|
git clone https://git.proenz.de/proenz/cachyos-niri.git
|
||||||
|
cd cachyos-niri
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Installation aller Pakete
|
* Installation aller Pakete
|
||||||
|
/Zur Installation der Pakete in das geclonte Repository wechseln und folgenden Befehl absetzen:/
|
||||||
|
|
||||||
|
#+begin_src shell
|
||||||
|
sudo pacman -S - < pkglist.txt
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
/Danach noch die fehlenden Pakete mit ~paru~ aus dem =AUR= installieren:/
|
||||||
|
|
||||||
|
#+begin_src shell
|
||||||
|
paru -S input-remapper-bin ttf-symbola-free
|
||||||
|
#+end_src
|
||||||
|
|||||||
Reference in New Issue
Block a user