Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 675 Bytes

chrome-install.md

File metadata and controls

31 lines (26 loc) · 675 Bytes

Install Google Chrome

cd !$
git clone https://aur.archlinux.org/google-chrome.git
cd google-chrome
makepkg -si
cd ..
rm -r google-chrome
sudo su

Or install with the following command

yay -S google-chrome

Create and change the download directory in Chrome settings to ~/Downloads/Chrome

mkdir -p ~/Downloads/Chrome

Execute the following commands

echo "--force-dark-mode" >> ~/.config/chrome-flags.conf
sudo pacman -S noto-fonts-emoji noto-fonts-cjk
gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'