modified artix/pkgs/ and added bat to lf/pv.sh

chromebook
Alex 2022-03-12 13:13:57 -06:00
parent a5f08e842a
commit e95bc0534b
8 changed files with 27 additions and 29 deletions

View File

@ -30,7 +30,7 @@
#*.png | *.svg | *.gif) convert "$1" jpg:- | jp2a - -b --width=$(($(tput cols)/2 - 10));; #*.png | *.svg | *.gif) convert "$1" jpg:- | jp2a - -b --width=$(($(tput cols)/2 - 10));;
#*.mp4 | *.mkv | *.webm | *.avi | *.mpg | *.mpeg | *.ogv | *.flv | *.wmv | *.WMV) ffmpegthumbnailer -i "$1" -c jpeg -o - | jp2a - -b --width=$(($(tput cols)/2 - 10));; #*.mp4 | *.mkv | *.webm | *.avi | *.mpg | *.mpeg | *.ogv | *.flv | *.wmv | *.WMV) ffmpegthumbnailer -i "$1" -c jpeg -o - | jp2a - -b --width=$(($(tput cols)/2 - 10));;
*.pdf) pdftotext "$1" -;; *.pdf) pdftotext "$1" -;;
*) highlight -O ansi "$1" || cat "$1";; *) bat -f "$1";; #*) highlight -O ansi "$1" || cat "$1";;
esac esac
#fi #fi

View File

@ -8,18 +8,20 @@ echo " press return to begin installation. crtl + c to cancel"
read input read input
##################################################################### #####################################################################
./artix/repo-enable.sh sh ./artix/repo-enable.sh
./artix/config.sh sh ./artix/config.sh
./artix/devel.sh sh ./artix/devel.sh
./artix/gaming.sh sh ./artix/gaming.sh
./artix/runit-config.sh sh ./artix/runit-config.sh
./artix/wireless.sh sh ./artix/wireless.sh
sudo sh -c 'pacman -S - < artix/pkgs/base.txt' sudo sh -c 'pacman -S - < artix/pkgs/base.txt'
sudo sh -c 'pacman -S - < artix/pkgs/user.txt' sudo sh -c 'pacman -S - < artix/pkgs/user.txt'
sudo sh -c 'pacman -S - < artix/pkgs/wm.txt' sudo sh -c 'pacman -S - < artix/pkgs/wm.txt'
sudo sh -c 'yay -S - < artix/pkgs/aur.txt' sudo sh -c 'yay -S - < artix/pkgs/aur.txt'
#install local git repos, needed for wm.txt
sh ~/.local/scripts/install.sh add-repos ~/.local/installers/repos.txt
#uncomment appropriate line for cpu type #uncomment appropriate line for cpu type
sudo pacman -S amd-ucode sudo pacman -S amd-ucode
@ -30,5 +32,4 @@ sudo pacman -S amd-ucode
sudo mkinitcpio -P #rebuild kernel sudo mkinitcpio -P #rebuild kernel
sudo grub-mkconfig -o /boot/grub/grub.cfg #update grub sudo grub-mkconfig -o /boot/grub/grub.cfg #update grub
echo "installation finished"
echo "installation finished."

View File

@ -96,5 +96,4 @@ sudo sh -c 'echo "tmpfs /tmp tmpfs rw,nodev,nosuid,size=2G
#install local git repos
sh ~/.local/scripts/install.sh add-repos ~/.local/installers/repos.txt

View File

@ -9,6 +9,4 @@ dashbinsh
kjv-apocrypha kjv-apocrypha
pfetch pfetch
sysrq-enabler sysrq-enabler
aur/chromium-extension-web-store
aur/chromium-widevine
wlr-randr wlr-randr

View File

@ -42,7 +42,7 @@ connman
connman-gtk connman-gtk
imagemagick imagemagick
ffmpegthumbnailer ffmpegthumbnailer
highlight bat
python-pdftotext python-pdftotext
viu viu
python-pywal python-pywal
@ -56,3 +56,4 @@ chrony-runit
dhcpcd-runit dhcpcd-runit
connman-runit connman-runit
socklog socklog
python-pip

View File

@ -14,12 +14,8 @@ opendoas
zsh zsh
lynx lynx
newsboat newsboat
python-pip
clang clang
lxappearance lxappearance
qt5ct qt5ct
librewolf librewolf
ffmpeg4.4
ungoogled-chromium
ublock-origin
shellcheck shellcheck

View File

@ -0,0 +1,14 @@
#!/bin/sh
echo "if this fails, you need to have universe repo enabled, and yay installed"
CMD="-S"
[ "$1" = "-R" ] && CMD="-Rs"
sudo pacman "$CMD" ffmpeg4.4
sudo pacman "$CMD" ungoogled-chromium
sudo pacman "$CMD" ublock-origin
yay "$CMD" aur/chromium-extension-web-store
yay "$CMD" aur/chromium-widevine

View File

@ -1,11 +0,0 @@
#!/bin/sh
#TODO update this to work with new artix-install.sh
. ~/.local/installers/void.sh
core
extra
config
distro_specific_config
sh ~/.local/installers/suckless-install.sh