add sdl2 ttf
This commit is contained in:
parent
7778a89a53
commit
97ef91f074
2 changed files with 10 additions and 8 deletions
|
@ -24,7 +24,12 @@ main() {
|
||||||
pacman -R --noconfirm fakeroot-tcp
|
pacman -R --noconfirm fakeroot-tcp
|
||||||
|
|
||||||
# === Install packages ==
|
# === Install packages ==
|
||||||
pacman -S --noconfirm git wget zip openssh bat base-devel make python-pygments micro git-lfs npm sdl2_image nodejs fish autoconf valgrind automake python-virtualenv gdb tk sdl2_mixer exa texlive-most fzf glu man-pages-fr neofetch python-pip opam pacman-contrib cpanminus unison rebuild-detector
|
pacman -S --noconfirm git wget zip openssh bat base-devel make \
|
||||||
|
python-pygments micro git-lfs npm sdl2_image nodejs \
|
||||||
|
fish autoconf valgrind automake python-virtualenv gdb \
|
||||||
|
tk sdl2_mixer exa texlive-most fzf glu man-pages-fr \
|
||||||
|
neofetch python-pip opam pacman-contrib cpanminus \
|
||||||
|
unison rebuild-detector sdl2_ttf
|
||||||
|
|
||||||
# === Colors package manager ==
|
# === Colors package manager ==
|
||||||
sed -i "s/#Color/Color/g" /etc/pacman.conf
|
sed -i "s/#Color/Color/g" /etc/pacman.conf
|
||||||
|
|
|
@ -7,13 +7,9 @@
|
||||||
"debug": false,
|
"debug": false,
|
||||||
"desktop-environment": "gnome",
|
"desktop-environment": "gnome",
|
||||||
"gfx_driver": "Intel (open-source)",
|
"gfx_driver": "Intel (open-source)",
|
||||||
"harddrives": [
|
"harddrives": ["/dev/nvme0n1"],
|
||||||
"/dev/nvme0n1"
|
|
||||||
],
|
|
||||||
"hostname": "laylow",
|
"hostname": "laylow",
|
||||||
"kernels": [
|
"kernels": ["linux"],
|
||||||
"linux"
|
|
||||||
],
|
|
||||||
"keyboard-layout": "fr-latin1",
|
"keyboard-layout": "fr-latin1",
|
||||||
"mirror-region": {
|
"mirror-region": {
|
||||||
"France": {
|
"France": {
|
||||||
|
@ -112,7 +108,8 @@
|
||||||
"cpanminus",
|
"cpanminus",
|
||||||
"gnome-text-editor",
|
"gnome-text-editor",
|
||||||
"rebuild-detector",
|
"rebuild-detector",
|
||||||
"git-delta"
|
"git-delta",
|
||||||
|
"sdl2_ttf"
|
||||||
],
|
],
|
||||||
"plugin": null,
|
"plugin": null,
|
||||||
"profile": {
|
"profile": {
|
||||||
|
|
Loading…
Reference in a new issue