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:30] – 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 126: | Line 130: | ||
< | < | ||
vim / | vim / | ||
- | # and add '' | + | # and add ' |
HOOKS=" | HOOKS=" | ||
</ | </ | ||
Line 155: | Line 159: | ||
</ | </ | ||
==== After install steps ==== | ==== After install steps ==== | ||
- | 1. 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 | ||
- | ``` | + | </ |
- | 2. 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 | ||
- | ``` | + | </ |
- | 3. 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 | ||
- | ``` | + | </ |
- | 3. Install sound | + | |
- | ``` | + | < |
sudo pacman -S pulseaudio pulseaudio-alsa alsa-utils | sudo pacman -S pulseaudio pulseaudio-alsa alsa-utils | ||
- | ``` | + | </ |
- | 4. 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=/ | ||
- | ``` | + | </ |
- | 5. Install additional fonts | + | |
- | ``` | + | < |
sudo pacman -S ttf-font-awesome terminus-font ttf-dejavu | sudo pacman -S ttf-font-awesome terminus-font ttf-dejavu | ||
- | ``` | + | </ |
- | 6. Install cron | + | |
- | ``` | + | < |
sudo pacman -S cronie | sudo pacman -S cronie | ||
sudo systemctl enable --now cronie.service | sudo systemctl enable --now cronie.service | ||
- | ``` | + | </ |
- | 7. Install graph stuff | + | |
- | ``` | + | < |
sudo pacman -S feh | sudo pacman -S feh | ||
- | ``` | + | </ |
- | 8. Install some tools | + | |
- | ``` | + | < |
sudo pacman -S git alacritty mc zip unzip | sudo pacman -S git alacritty mc zip unzip | ||
- | ``` | + | </ |
- | + | ||
- | + | ||
- | https:// | + | **Install with uefi: |
arch-install.1705959059.txt.gz · Last modified: 2024/01/22 21:30 by karcio