{"id":17327850,"url":"https://github.com/yuanbohan/archlinux","last_synced_at":"2026-05-07T18:13:48.321Z","repository":{"id":87245780,"uuid":"249639820","full_name":"yuanbohan/archlinux","owner":"yuanbohan","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-27T02:00:17.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-01T10:28:09.430Z","etag":null,"topics":["archlinux","bluetooth","colemak","emacs","fcitx","fish","fonts","grub","i3wm","lightdm","pulseaudio","terminator"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuanbohan.png","metadata":{"files":{"readme":"readme.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-24T07:24:11.000Z","updated_at":"2022-11-10T17:46:25.000Z","dependencies_parsed_at":"2025-02-01T10:34:49.273Z","dependency_job_id":null,"html_url":"https://github.com/yuanbohan/archlinux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanbohan%2Farchlinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanbohan%2Farchlinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanbohan%2Farchlinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanbohan%2Farchlinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuanbohan","download_url":"https://codeload.github.com/yuanbohan/archlinux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245787088,"owners_count":20671865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archlinux","bluetooth","colemak","emacs","fcitx","fish","fonts","grub","i3wm","lightdm","pulseaudio","terminator"],"created_at":"2024-10-15T14:21:21.422Z","updated_at":"2026-05-07T18:13:43.300Z","avatar_url":"https://github.com/yuanbohan.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Arch Linux Post-installation\n#+AUTHOR: Yuanbo Han\n#+EMAIL: yuanbo.han@gmail.com\n#+OPTIONS: toc:2\n\n- https://wiki.archlinux.org/title/Installation_guide\n- https://wiki.archlinux.org/title/General_recommendations\n- https://github.com/yuanbohan/dot-files\n\n** Window Manager (i3wm)\n\nsudo pacman i3-gaps i3status i3blocks i3lock\n\n** Network (netctl)\n\n- sudo pacman -S netctl dhcpcd\n- systemctl start/enable netctl-auto@\u003cinterface\u003e\n\n- https://wiki.archlinux.org/title/netctl\n- https://man.archlinux.org/man/netctl-auto.1.en\n\nplace your profiles under /etc/netctl folder. The following two profiles are from my profiles\n\n#+begin_src shell\n  ## this profile is for WPA Personal, or WPA-PSK, mostly used in home\n  Description='A simple WPA encrypted wireless connection'\n  Interface=\u003cwifi-interface\u003e\n  Connection=wireless\n  Security=wpa\n  IP=dhcp\n  ESSID='\u003cyour-wifi-ssid\u003e'\n  Key='\u003cyour key\u003e'\n  # Uncomment this if your ssid is hidden\n  # Hidden=yes\n  # Set a priority for automatic profile selection\n  Priority=10\n#+end_src\n\n#+begin_src shell\n  Description='A wireless connection using a custom network block configuration'\n  Interface=\u003cwifi-interface\u003e\n  Connection=wireless\n  Security=wpa-configsection\n  ESSID=\u003cyour-wifi-ssid\u003e\n  IP=dhcp\n  WPAConfigSection=(\n      'ssid=\"\u003cyour-wifi-ssid\u003e\"'\n      'identity=\"\u003cyour identity\u003e\"'\n      'password=\"\u003cyour password\u003e\"'\n      'priority=1'\n      'phase2=\"auth=MSCHAPV2\"'\n      'key_mgmt=WPA-EAP'\n  )\n#+end_src\n\n** Sound (pipewire)\n\nsudo pacman -S pipewire pipewire-pulse pipewire-media-session\n\n** Bluetooth (bluez)\n\n- sudo pacman -S bluez bluez-utils blueman\n- sudo systemctl start/enable bluetooth\n- blueman-manager // gui\n\n** Xorg Keyboard Layout Config\n\nsodu pacman -S org-setxkbmap\n\n- ad hoc\n  localectl set-x11-keymap us \"\" colemak\n\n- i3 config (colemak, swap ctrl with caps, left alt with left win)\n  exec_always --no-startup-id setxkbmap us -variant colemak -option \"ctrl:swapcaps,altwin:swap_lalt_lwin\"\n\noptions in /usr/share/X11/xkb/rules/base.lst\n\n** Shell \u0026 Terminal emulator\n\n- zsh\n- alacritty\n\n** Editor\n\nEmacs\n\n** Input (Chinese)\n\n1. font\n   sudo pacman -S adobe-source-han-sans-cn-fonts adobe-source-han-sans-tw-fonts adobe-source-han-sans-hk-fonts adobe-source-han-serif-cn-fonts adobe-source-han-serif-tw-fonts adobe-source-han-serif-hk-fonts\n\n2. fcitx\n   sudo pacman -S fcitx fcitx-googlepinyin fcitx-im fcitx-configtool\n\n3. launch fcitx-configtool\n   - add Google pinyin (in Input Method)\n   - change your key to switch input method (I use Ctrl+Shift+Space)\n\n4. in xinitrc configuration\n   export GTK_IM_MODULE=fcitx\n   export QT_IM_MODULE=fcitx\n   export XMODIFIERS=@im=fcitx\n5. in i3\n   exec --no-startup-id fcitx\n\n** Screen Capture\n\nflameshot\n\n** Softwares\n\n- yay htop tig cowsay cmatrix sl\n- feh rofi ranger fzf picom\n- xdg-user-dirs firefox vlc docker code\n- openssh git tig htop tree inetutils lsof zip unzip ripgrep curl wget httpie tldr jq ripgrep neofetch httpie\n\n** Pacman cheat sheet\n\n- ~pacman -Syu~ // update system\n- ~pacman -Syy~ // update database\n- ~pacman -S package_name~ // install online\n- ~pacman -Ss package_name~ // search online\n- ~pacman -U /path/to/the/package~ //// install offline\n- ~pacman -R~ or ~pacman -Rs~ // remove software\n- ~pacman -Qs package_name~ // search local\n- ~pacman -Qe~ // list all installed softwares\n- ~pacman -Qm~ // List Installed Packages that are not in the Official Repositories\n\npacman mirrorlist\n\n#+begin_src text\n  ################################################################################\n  ################# Arch Linux mirrorlist generated by Reflector #################\n  ################################################################################\n\n  # With:       reflector @/etc/xdg/reflector/reflector.conf\n  # When:       2022-11-05 09:59:19 UTC\n  # From:       https://archlinux.org/mirrors/status/json/\n  # Retrieved:  2022-11-05 09:57:25 UTC\n  # Last Check: 2022-11-05 09:49:07 UTC\n\n  Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch\n  Server = https://mirrors.aliyun.com/archlinux/$repo/os/$arch\n  Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch\n  Server = https://mirrors.163.com/archlinux/$repo/os/$arch\n  Server = https://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch\n  Server = https://arch.mirror.constant.com/$repo/os/$arch\n  Server = https://mirror.theo546.fr/archlinux/$repo/os/$arch\n  Server = https://ftp.acc.umu.se/mirror/archlinux/$repo/os/$arch\n  Server = https://mirror.lty.me/archlinux/$repo/os/$arch\n  Server = https://mirror.chaoticum.net/arch/$repo/os/$arch\n  Server = https://arlm.tyzoid.com/$repo/os/$arch\n  Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch\n  Server = https://america.mirror.pkgbuild.com/$repo/os/$arch\n  Server = https://asia.mirror.pkgbuild.com/$repo/os/$arch\n  Server = https://europe.mirror.pkgbuild.com/$repo/os/$arch\n  Server = https://archlinux.thaller.ws/$repo/os/$arch\n  Server = https://phinau.de/arch/$repo/os/$arch\n  Server = https://mirror.the-repo.org/ArchMirror/$repo/os/$arch\n  Server = https://mirror.osbeck.com/archlinux/$repo/os/$arch\n  Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch\n  Server = https://mirror.pseudoform.org/$repo/os/$arch\n  Server = https://pkg.fef.moe/archlinux/$repo/os/$arch\n  Server = https://seoul.mirror.pkgbuild.com/$repo/os/$arch\n  Server = https://arch.jensgutermuth.de/$repo/os/$arch\n#+end_src\n\n** Dot files and Screenshot\n\n[[https://github.com/yuanbohan/dot-files][my personal dot-files]]\n\n#+caption: caption of the image\n[[file:https://github.com/yuanbohan/dot-files/blob/master/screenshot.png]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuanbohan%2Farchlinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuanbohan%2Farchlinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuanbohan%2Farchlinux/lists"}