User Tools

Site Tools


arch-install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arch-install [2024/01/22 21:34] karcioarch-install [2024/01/23 00:58] (current) karcio
Line 1: Line 1:
-==== Install ====+==== Arch Install ==== 
 + 
 +{{tag>linux arch partition luks pacman}} 
 + 
   * Download arch linux iso then flash usb    * Download arch linux iso then flash usb 
 <code> <code>
Line 156: Line 160:
 ==== After install steps ==== ==== After install steps ====
   * Connect wire Eth0 and start Network Manager - then setup wifi   * Connect wire Eth0 and start Network Manager - then setup wifi
-```+<code>
 systemctl enable --now NetworkManager systemctl enable --now NetworkManager
 nmtui nmtui
-```+</code>
   * Install xorg,lightdm and i3    * Install xorg,lightdm and i3 
-```+<code>
 pacman -S bash-completion xorg-server pacman -S bash-completion xorg-server
 pacman -S xorg-xinit xorg-xkill pacman -S xorg-xinit xorg-xkill
Line 169: Line 173:
 systemctl enable lightdm systemctl enable lightdm
 reboot reboot
-```+</code>
   * Create user   * Create user
-```+<code>
 useradd -m karcio useradd -m karcio
 passwd karcio passwd karcio
Line 177: Line 181:
 su - karcio su - karcio
 echo "exec i3" >> ~/.xinitrc echo "exec i3" >> ~/.xinitrc
-```+</code>
   * Install sound   * Install sound
-```+<code>
 sudo pacman -S pulseaudio pulseaudio-alsa alsa-utils sudo pacman -S pulseaudio pulseaudio-alsa alsa-utils
-```+</code>
   * Install notification   * Install notification
-```+<code>
 sudo pacman -S notification-daemon libnotify sudo pacman -S notification-daemon libnotify
-``` +</code> 
-then edit `/usr/share/dbus-1/services +then edit ''/usr/share/dbus-1/services'' 
-``` +<code>
 sudo vim /usr/share/dbus-1/services/org.freedesktop.Notifications.service sudo vim /usr/share/dbus-1/services/org.freedesktop.Notifications.service
-```+</code>
 and add following lines:  and add following lines: 
-```+<code>
 [D-BUS Service] [D-BUS Service]
 Name=org.freedesktop.Notifications Name=org.freedesktop.Notifications
 Exec=/usr/lib/notification-daemon-1.0/notification-daemon Exec=/usr/lib/notification-daemon-1.0/notification-daemon
-```+</code>
   * Install additional fonts   * Install additional fonts
-```+<code>
 sudo pacman -S ttf-font-awesome terminus-font ttf-dejavu sudo pacman -S ttf-font-awesome terminus-font ttf-dejavu
-```+</code>
   * Install cron   * Install cron
-```+<code>
 sudo pacman -S cronie sudo pacman -S cronie
 sudo systemctl enable --now cronie.service sudo systemctl enable --now cronie.service
-```+</code>
   * Install graph stuff   * Install graph stuff
-```+<code>
 sudo pacman -S feh sudo pacman -S feh
-```+</code>
   * Install some tools   * Install some tools
-```+<code>
 sudo pacman -S git alacritty mc zip unzip sudo pacman -S git alacritty mc zip unzip
-``` +</code>
  
-Install with uefi: https://blog.bespinian.io/posts/installing-arch-linux-on-uefi-with-full-disk-encryption/+**Install with uefi:** https://blog.bespinian.io/posts/installing-arch-linux-on-uefi-with-full-disk-encryption/
arch-install.1705959258.txt.gz · Last modified: 2024/01/22 21:34 by karcio