forked from TommyTran732/Arch-Setup-Script
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathauthors-selection.sh
executable file
·42 lines (36 loc) · 1.29 KB
/
authors-selection.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
#!/bin/bash
sudo printf '[multilib]\nInclude = /etc/pacman.d/mirrorlist\n' >> /etc/pacman.conf
APPS=(
# copyq
conky
# https://wiki.archlinux.org/title/Fcitx#Desktop_Environment_Autostart
fcitx fcitx-configtool fcitx-anthy fcitx-cloudpinyin fcitx-table-others
font-tlwg ttf-sipa-dip tth-th-sarabun-new
# https://wiki.archlinux.org/title/Podman#Rootless_Podman
podman podman-compose
virt-manager qemu iptables-nft dns-masq
linux-headers
virtualbox virtualbox-host-modules-arch
pipewire-jack-dropin pipewire-alsa pavucontrol
# https://github.com/bulletmark/libinput-gestures
libinput-gestures
# https://wiki.archlinux.org/title/Timidity%2B%2B#SoundFonts
timidity++ freepats-general-midi soundfont-fluid qsynth rosegarden frescobaldi lilypond
visual-studio-code-bin
bitwarden-bin
chromium
gnome-disk-utility gnome-keyring
discord steam playonlinux
onlyoffice-bin
python-pip
bpytop
go
)
paru -Syu --needed "${APPS[@]}"
sudo usermod -aG libvirt,kvm,audio,input $USER
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
# source
# nvm install 14
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
# source
# poetry config virtualenvs.in-project true