# Before entering WM
- Disable the
-debug
flag in/etc/makepkg.conf
: inoption
,!
thedebug
- Enable
pacman
features in/etc/pacman.conf
: uncommentColor
, andmultilib
- Install
yay
- Install pre-request:
$ sudo pacman -Syyu git go
- Download
AUR snapshot
:$ curl -L -O https://archlinux.org/cgit/aur.git/snapshot/yay.tar.gz
- Extract the
snapshot
and enter the dir:$ tar -xf yay.tar.gz && cd yay
- Make package and install:
$ makepkg && sudo pacman -U *.zst
- Git could also be configured:
$ git config --global user.name ?{name}
, andgit config --global user.email ?{email}
- Install pre-request:
- Install
restic
, recover the backup, and modify some backups:$ yay -S restic
;$ restic -r ?{repo_location} recover latest --target ${HOME}
- Install WM:
$ yay -S gtk3 hyprland-git kitty
- Enter the WM:
$ Hyprland
# Configuration of system-base settings and display
- For recording the processes, install
code
andwl-clipboard
:$ yay -S code wl-clipboard
- Prefer settings in
Hyprland
in{HOME}/.config/hypr/hyprland.conf
- Change the scaling in
MONITORS
, setmonitor=,preferred,auto,1
- Swap the
esc
andcaps
inINPUT
, underinput
:kb_options = caps:swapescape
- Enable natural scrolling in
INPUT
, underinput:touchpad
:natural_scroll = true
- Enable workspace swipe in
INPUT
, undergesture
:workspace_swipe = true
- Change the scaling in
- Install I/O &
Hyprland
-must packages:$ yay -S xdg-desktop-portal-hyprland-git sof-firmware pipewire-pulse alsa-utils pipewire-alsa pipewire-jack polkit-gnome
- In
${HOME}/.config/hypr/hyprland
, addexec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
- In
- Set fonts and dark mode:
$ yay -S gnome-themes-extra adwaita-qt5-git adwaita-qt6-git noto-fonts noto-fonts-cjk ttf-fira-code ttf-nerd-fonts-symbols-mono
-
In system settings:
$ gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark $ gsettings set org.gnome.desktop.wm.preferences theme Adwaita-dark $ gsettings set org.gnome.desktop.interface color-scheme prefer-dark $ gsettings set org.gnome.desktop.interface font-name 'Noto Sans 12' $ gsettings set org.gnome.desktop.interface document-font-name 'Noto Sans 12' $ gsettings set org.gnome.desktop.interface monospace-font-name 'Fira Code 12'
-
Environmental Vars (in
${HOME}/.config/hypr/hyprland.conf
):env = GTK_THEME,Adwaita-dark env = GTK2_RC_FILES,/usr/share/themes/Adwaita-dark/gtk-2.0/gtkrc env = QT_STYLE_OVERRIDE,Adwaita-Dark
-
Set fonts in
kitty
(in${HOME}/.config/kitty/kitty.conf
):font_family Fira Code scrollback_lines 8192 foreground green background_opacity 0.75
-
Set
waybar wofi
:$ yay -S waybar wofi
, andexec-once=waybar
, then set your config in${HOME}/.config/waybar/config
and${HOME}/.config/waybar/style.css
-
- Reboot:
$ reboot
# More packages (applications) and settings
-
Fingerprint:
yay -S libfprint-2-tod1-xps9300-bin fprintd
then addauth sufficient pam_unix.so try_first_pass likeauth nullok
, thenauth sufficient pam_fprintd.so
to/etc/pam.d/login
(afterrequisite
) andsudo
- Enroll:
# fprintd-enroll ${name}
- Delete:
# fprintd-delete ${name}
- Verify:
$ fprintd-verify
- Enroll:
-
Power management:
$ yay -S tlp
, then edit/etc/tlp.conf
-
Adjust the brightness:
# echo 10000 > /sys/class/backlight/intel_backlight/brightness
-
Btop:
$ yay -S btop
, then add `` -
Install and add file manager:
$ yay -S ranger python-pillow
(python-pillow
to preview images)- In
${HOME}/.config/hypr/hyprland.conf
: `` $ ranger --copy-config=rc
- In${HOME}/.config/ranger/rc.conf
:set preview_images true
,set preview_images_method kitty
; and$ ranger --copy-config=rifle
- In${HOME}/.config/ranger/rifle.conf
:ext html, has firefox X, flag f = firefox -- "$@"
;ext pdf, has firefox, X, flag f = firefox "$@"
- In
/usr/share/applications/ranger.desktop
:Exec=kitty --title ranger sh -c 'ranger %U'
, andterminal=false
- In
-
Install and twick the browser:
$ yay -S firefox
, thenbind = $mainMod, b, exec, firefox
- Twick
betterfox
: Betterfox
- Twick
-
Lock and Blank screen:
$ yay -S hyprlock
, thenbind = $mainMod, L, exec, hyprlock & sleep 0.5 && hyprctl dispatcher dpms off
to.config/hypr/hyprland.conf
and addkey_press_enables_dpms = true
undermisc
-
Screenshot:
$ yay -S hyprshot
, thenbind = , PRINT, exec, hyprshot -m region --output-folder ${HOME}/Pictures/.hyprshot
-
Adding Windows Entree: add the following to
/etc/grub.d/40_custom
, then# grub-mkconfig -0 /boot/grub/grub.cfg
menuentry "Windows" { insmod part_gpt insmod chain set root='hd0,gpt1' chainloader /EFI/Microsoft/Boot/bootmgfw.efi }
# For my work
-
$\LaTeX$:
texlive-latex
forpdflatex
,texlive-latexrecommended
foramsmath
,texlive-latexextra
fororcidlink
,texlive-fontsrecommended
for essentials published fonts. -
VSCode-OSS:
$ yay -S code
with extensions:- Markdown: Markdown All in One:
ext install yzhang.markdown-all-in-one
; markdownlint:ext install DavidAnson.vscode-markdownlint
- $\LaTeX$: LaTeX Workshop:
ext install James-Yu.latex-workshop
; GrammarLTeX – LanguageTool grammar/spell checking:ext install valentjn.vscode-ltex
- Coding: Python:
ext install ms-python.python
; C/C++:ext install ms-vscode.cpptools
; GitHub Copilot:ext install GitHub.copilot
- Markdown: Markdown All in One:
-
Blog:
$ yay -S hugo
for blogs publishing. -
Paper:
$ yay -S zotero-bin
-
Xournal++:
$ yay -S xournalpp
# Social and Communication
- Telegram:
$ yay -S telegram-desktop
- Discord:
$ yay -S webcord-bin