Added rhytmbox

This commit is contained in:
Kevin Veen-Birkenbach 2019-10-03 21:15:02 +02:00
parent 19dcbf36ad
commit 71aa770c22
2 changed files with 10 additions and 1 deletions

View File

@ -12,7 +12,14 @@ if [ -z "$(mount | grep "$DECRYPTED_PATH")" ]
echo "The decrypted folder $DECRYPTED_PATH is locked. You need to unlock it!"
bash "$SCRIPT_PATH/unlock.sh" || exit 1;
fi
declare -a BACKUP_LIST=("$HOME/.ssh/" "$HOME/.gitconfig" "$HOME/.atom/config.cson" "$HOME/Documents/certificates/" "$HOME/Documents/recovery_codes/" "$HOME/Documents/passwords/" "$HOME/.config/dconf/user");
declare -a BACKUP_LIST=("$HOME/.ssh/" \
"$HOME/.gitconfig" \
"$HOME/.atom/config.cson" \
"$HOME/Documents/certificates/" \
"$HOME/Documents/recovery_codes/" \
"$HOME/Documents/passwords/" \
"$HOME/.config/dconf/user" \
"$HOME/.local/share/rhythmbox/rhythmdb.xml");
for system_item_path in "${BACKUP_LIST[@]}";
do
data_item_path="$DATA_PATH$system_item_path"

View File

@ -80,6 +80,8 @@ sudo systemctl enable docker --now
echo "->Synchronizing orchestration tools..."
sudo pacman --needed -S ansible
echo "Installing entertainment software..."
echo "->Sznchronizing audio software..."
sudo pacman -S rhythmbox
echo "->Synchronizing games..."
sudo pacman --needed -S 0ad warzone2100
echo "->Synchronizing emulationstation..."