-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdistrobox-commands.sh
21 lines (20 loc) · 988 Bytes
/
distrobox-commands.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
distrobox-create -n arch -i archlinux
distrobox enter arch
sudo pacman -Syyu
sudo pacman-key --init
sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
sudo pacman-key --lsign-key 3056513887B78AEB
sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst
sudo cat << EOF >> /etc/pacman.conf
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
EOF
sudo pacman -Syyu
sudo pacman -S yay fakeroot binutils neofetch rate-mirrors xdman audiorelay
rate-mirrors arch | sudo tee /etc/pacman.d/mirrorlist
sudo pacman -Syyu
yay -S adobe-source-sans-pro-fonts ttf-dejavu ttf-opensans noto-fonts freetype2 terminus-font ttf-bitstream-vera ttf-dejavu ttf-droid ttf-fira-mono ttf-fira-sans ttf-freefont ttf-inconsolata ttf-liberation libertinus-font
yay -S googlekeep whatsdesk-bin
distrobox-export -a xdman
distrobox-export -a googlekeep
distrobox-export -a whatsdesk