$ sudo pacman -S \
networkmanager neovim grub efibootmgr sudo git go
$ sudo pacman -S \
keychain \
firefox
$ yay -S \
google-chrome
$ sudo pacman -S \
alsa-utils pulseaudio pulseaudio-alsa pamixer
$ sudo pacman -S \
zsh starship \
alacritty ttf-hack-nerd \
thunar gvfs \
docker docker-compose github-cli \
nodejs npm rustup \
noto-fonts-cjk fcitx5-im fcitx5-mozc \
brightnessctl
$ yay -S \
visual-studio-code-bin
## Oh My Zsh
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
$ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
$ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
$ sudo pacman -S \
obsidian libreoffice-fresh libreoffice-fresh-ja
$ sudo pacman -S \
pass ufw polkit polkit-kde-agent
$ sudo pacman -S \
xdg-desktop-portal-hyprland \
swayidle nwg-bar \
waybar otf-font-awesome \
sddm
$ yay -S \
# Hyprland dependencies
gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info cpio tomlplusplus hyprlang hyprcursor \
hyprwayland-scanner \
hyprshot swaylock-effects-git \
sddm-sugar-dark
## Hyprland
$ git clone --recursive https://github.com/hyprwm/Hyprland
$ cd Hyprland
$ make all && sudo make install
## Rust
$ cargo install cargo-generate
$ cargo install wasm-pack
$ rustup target add wasm32-unknown-unknown