added packages
This commit is contained in:
parent
4a6b5ffd2d
commit
3dd105acff
2 changed files with 13 additions and 2 deletions
|
@ -48,11 +48,14 @@ log "installing paru"
|
||||||
|
|
||||||
log "installing extra packages"
|
log "installing extra packages"
|
||||||
echo "
|
echo "
|
||||||
paru -Sy --noconfirm tealdeer nnn-nerd ttf-ms-fonts discord visual-studio-code-bin opam ttf-firacode-nerd
|
paru -Sy --noconfirm tealdeer nnn-nerd ttf-ms-fonts discord visual-studio-code-bin opam ttf-firacode-nerd xviewer
|
||||||
" | arch-chroot -u user "$ROOT"
|
" | arch-chroot -u user "$ROOT"
|
||||||
|
|
||||||
|
|
||||||
log "clearing caches"
|
log "clearing caches"
|
||||||
|
echo '
|
||||||
|
paru -cca --noconfirm
|
||||||
|
' | arch-chroot -u user "$ROOT"
|
||||||
rm -fr "$ROOT/home/user/.cache"
|
rm -fr "$ROOT/home/user/.cache"
|
||||||
rm -fr "$ROOT/var/cache/"
|
rm -fr "$ROOT/var/cache/"
|
||||||
|
|
||||||
|
|
|
@ -124,7 +124,15 @@
|
||||||
"less",
|
"less",
|
||||||
"bat",
|
"bat",
|
||||||
"lsd",
|
"lsd",
|
||||||
"noto-fonts"
|
"noto-fonts",
|
||||||
|
"firefox",
|
||||||
|
"evince",
|
||||||
|
"neofetch",
|
||||||
|
"tree",
|
||||||
|
"dust",
|
||||||
|
"zip",
|
||||||
|
"mpv",
|
||||||
|
"sshfs"
|
||||||
],
|
],
|
||||||
"parallel downloads": 0,
|
"parallel downloads": 0,
|
||||||
"profile_config": {
|
"profile_config": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue