[Fish, Bin, Bootstrap] Sxiv to Nsxiv, install custom packages

Change all references of sxiv to nsxiv.

In bootstrap, install my custom packages from their PKGBUILD rather
than from repositories.
This commit is contained in:
2022-02-24 17:13:23 +01:00
parent 490772669b
commit 8bc5d228dd
4 changed files with 78 additions and 46 deletions

View File

@@ -234,15 +234,18 @@ nemo \
nemo-fileroller \
nemo-preview \
obs-studio \
rofi \
sent \
sxiv
rofi
printf "\n# Installing APPSPKG ##################################################\n\n"
for pkg in $APPSPKG
paru -S --skipreview --needed $pkg
end
cd /home/phundrak/Documents/code/PKGBUILDs/emacs && makepkg -si; cd ..
cd /home/phundrak/Documents/code/PKGBUILDs/nsxiv && makepkg -si; cd ..
cd /home/phundrak/Documents/code/PKGBUILDs/pumopm-git && makepkg -si; cd ..
cd /home/phundrak/Documents/code/PKGBUILDs/sent && makepkg -si; cd ..
mkdir -p $HOME/.config/fish
mkdir -p $HOME/.config/gtk-2.0
mkdir -p $HOME/.config/gtk-3.0