arch-install
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
arch-install [2024/01/22 21:34] – karcio | arch-install [2024/01/23 00:58] (current) – karcio | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Install ==== | + | ==== Arch Install ==== |
+ | |||
+ | {{tag> | ||
+ | |||
* Download arch linux iso then flash usb | * Download arch linux iso then flash usb | ||
< | < | ||
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 | ||
- | ``` | + | < |
systemctl enable --now NetworkManager | systemctl enable --now NetworkManager | ||
nmtui | nmtui | ||
- | ``` | + | </ |
* Install xorg, | * Install xorg, | ||
- | ``` | + | < |
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 | ||
- | ``` | + | </ |
* Create user | * Create user | ||
- | ``` | + | < |
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 | ||
- | ``` | + | </ |
* Install sound | * Install sound | ||
- | ``` | + | < |
sudo pacman -S pulseaudio pulseaudio-alsa alsa-utils | sudo pacman -S pulseaudio pulseaudio-alsa alsa-utils | ||
- | ``` | + | </ |
* Install notification | * Install notification | ||
- | ``` | + | < |
sudo pacman -S notification-daemon libnotify | sudo pacman -S notification-daemon libnotify | ||
- | ``` | + | </ |
- | then edit `/ | + | then edit '' |
- | ``` | + | < |
sudo vim / | sudo vim / | ||
- | ``` | + | </ |
and add following lines: | and add following lines: | ||
- | ``` | + | < |
[D-BUS Service] | [D-BUS Service] | ||
Name=org.freedesktop.Notifications | Name=org.freedesktop.Notifications | ||
Exec=/ | Exec=/ | ||
- | ``` | + | </ |
* Install additional fonts | * Install additional fonts | ||
- | ``` | + | < |
sudo pacman -S ttf-font-awesome terminus-font ttf-dejavu | sudo pacman -S ttf-font-awesome terminus-font ttf-dejavu | ||
- | ``` | + | </ |
* Install cron | * Install cron | ||
- | ``` | + | < |
sudo pacman -S cronie | sudo pacman -S cronie | ||
sudo systemctl enable --now cronie.service | sudo systemctl enable --now cronie.service | ||
- | ``` | + | </ |
* Install graph stuff | * Install graph stuff | ||
- | ``` | + | < |
sudo pacman -S feh | sudo pacman -S feh | ||
- | ``` | + | </ |
* Install some tools | * Install some tools | ||
- | ``` | + | < |
sudo pacman -S git alacritty mc zip unzip | sudo pacman -S git alacritty mc zip unzip | ||
- | ``` | + | </ |
- | Install with uefi: https:// | + | **Install with uefi:** https:// |
arch-install.1705959258.txt.gz · Last modified: 2024/01/22 21:34 by karcio