tips:archlinux:postinstall

This is an old revision of the document!


Arch postinstall

Yay – Yet another Yaourt, an AUR Helper written in Go

sudo pacman -S git
cd /tmp
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

help you to install, remove, update packages with GUI

yay pamac-aur
sudo pacman -S intel-ucode
sudo su
grep -q menu-complete /etc/inputrc
if  [ $? = 1 ]; then
cat >> /etc/inputrc <<EOF
"\M-s": menu-complete
"\e[A": history-search-backward
"\e[B": history-search-forward
"\M-o": "\C-p\C-a\M-f "
 
EOF
fi
yay arc-gtk-theme
yay gnome-shell-extension-system-monitor-git
yay gnome-shell-extension-dash-to-dock-git
yay chrome-gnome-shell
yay libreoffice-fresh-it
yay inkscape
yay vlc
yay android-studio
yay android-sdk
yay android-tools
yay android-sdk-build-tools
yay android-support-repository
yay android-emulator
  • tips/archlinux/postinstall.1542458829.txt.gz
  • Last modified: 2018/11/17 13:47
  • by scipio