-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackages_Official.sh
executable file
·110 lines (103 loc) · 1.37 KB
/
Packages_Official.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
#!/bin/bash
#Make you sure enable multilib in your pacman configuration
#/etc/pacman.conf
#[multilib]
#Include = /etc/pacman.d/mirrorlist
## Official
sudo pacstrap /mnt \
base \
base-devel \
adobe-source-code-pro-fonts \
amd-ucode \
android-tools \
android-udev \
blueman \
bzip2 \
cabextract \
cantarell-fonts \
chromium \
code \
cuda \
cups \
dconf-editor \
f2fs-tools \
feh \
ffmpeg \
freetype2 \
gimp \
git \
gnome-calculator \
gnome-calendar \
gnome-weather \
gnu-free-fonts \
gnutls \
go \
gparted \
gsfonts \
gvfs-mtp \
gzip \
htop \
i3 \
imagemagick \
imv \
jre-openjdk \
jre-openjdk-headless \
lib32-gnutls \
lib32-nvidia-utils \
lib32-vulkan-icd-loader \
libguestfs \
libreoffice-fresh \
lightdm \
lightdm-webkit2-greeter \
linux-api-headers \
linux \
linux-headers \
linux-zen \
linux-zen-headers \
lsd \
lutris \
mediainfo \
mtpfs \
nautilus \
neofetch \
neovim \
networkmanager \
noto-fonts-emoji \
nvidia-dkms \
nvidia-settings \
nvidia-utils \
obs-studio \
opencl-nvidia \
openvpn \
p7zip \
pavucontrol \
picom \
playerctl \
powerline-fonts \
pulseaudio \
pulseeffects \
python \
python2 \
qemu \
rofi \
scrot \
splix \
steam \
sudo \
ttf-liberation \
ttf-opensans \
unicode-character-database \
unzip \
v4l-utils \
v4l2loopback-dkms \
vim \
virt-manager \
vlc \
vulkan-icd-loader \
wget \
wine \
winetricks \
xorg-xinput \
zsh \
zsh-autosuggestions \
zsh-syntax-highlighting