pamac build google-chrome
curl -L -O https://aur.archlinux.org/cgit/aur.git/snapshot/visual-studio-code-bin.tar.gztar -xvf visual-studio-code-bin.tar.gzcd visual-studio-code-binmakepkg -si
curl -L -O https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.5-stable.tar.xztar -xvf flutter_linux_3.19.5-stable.tar.xzsudo mv fllutter /usr/binecho 'export PATH="/usr/bin/flutter/bin:$PATH"' >> ~/.zshrc
sudo pacman -Syu zshsh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightinggit clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
Configure ~/.zshrc to:
~/.zshrc
...plugins=( git zsh-autosuggestions zsh-syntax-highlighting)...
Then
source ~/.zshrcchsh -s $(which zsh)
curl -L -O https://github.com/cli/cli/releases/download/v2.46.0/gh_2.46.0_linux_amd64.tar.gztar -zxvf gh_2.46.0_linux_amd64.tar.gzmv gh_2.46.0_linux_amd64 ghecho 'export PATH="/home/kayaman/lib/gh/bin:$PATH"' >> ~/.zshrcgh --version
sudo pacman -Syusudo pacman -S --needed --noconfirm base-devel gitsudo pacman -S yayyay -S android-studio --noconfirm