Renames bootstrap files and added Thunar
This commit is contained in:
parent
249105950c
commit
6d3082c81c
7 changed files with 17 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ while IFS= read -r bootstrap; do
|
||||||
done < <(find -L "$BOOTSTRAP_D" -type f | sort)
|
done < <(find -L "$BOOTSTRAP_D" -type f | sort)
|
||||||
|
|
||||||
for bootstrap in "${bootstraps[@]}"; do
|
for bootstrap in "${bootstraps[@]}"; do
|
||||||
|
echo "----------------------------"
|
||||||
|
echo "# Executing $bootstrap"
|
||||||
|
|
||||||
if ! "$bootstrap"; then
|
if ! "$bootstrap"; then
|
||||||
echo "Error: bootstrap '$bootstrap' failed" >&2
|
echo "Error: bootstrap '$bootstrap' failed" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
14
.config/yadm/bootstrap.d/install_thunar.sh
Executable file
14
.config/yadm/bootstrap.d/install_thunar.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/env sh
|
||||||
|
|
||||||
|
echo "# Installing thunar"
|
||||||
|
|
||||||
|
yay -S --needed thunar \
|
||||||
|
gvfs \
|
||||||
|
thunar-archive-plugin \
|
||||||
|
thunar-media-tags-plugin \
|
||||||
|
thunar-shares-plugin \
|
||||||
|
thunar-volman \
|
||||||
|
tumbler \
|
||||||
|
libgsf \
|
||||||
|
raw-thumbnailer \
|
||||||
|
tumbler-extra-thumbnailers
|
||||||
Loading…
Add table
Add a link
Reference in a new issue