mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Implemented firefox as browser
This commit is contained in:
		@@ -8,7 +8,7 @@ if [ -z $(mount | grep $DATA_FOLDER) ]
 | 
				
			|||||||
    echo "The data folder $DATA_FOLDER is locked. You need to unlock it!"
 | 
					    echo "The data folder $DATA_FOLDER is locked. You need to unlock it!"
 | 
				
			||||||
    bash "$(dirname "$(readlink -f "${0}")")/unlock.sh" || exit 1;
 | 
					    bash "$(dirname "$(readlink -f "${0}")")/unlock.sh" || exit 1;
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
declare -a BACKUP_LIST=("$HOME/.ssh/" "$HOME/.gitconfig");
 | 
					declare -a BACKUP_LIST=("$HOME/.ssh/" "$HOME/.gitconfig" "$HOME/.mozilla/firefox/" "$HOME/.atom/config.cson");
 | 
				
			||||||
for system_item_path in "${BACKUP_LIST[@]}";
 | 
					for system_item_path in "${BACKUP_LIST[@]}";
 | 
				
			||||||
do
 | 
					do
 | 
				
			||||||
    data_item_path="$DATA_FOLDER$system_item_path"
 | 
					    data_item_path="$DATA_FOLDER$system_item_path"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,8 +24,10 @@ sudo pacman --needed -S gnome-shell-extensions
 | 
				
			|||||||
echo "Install NASA picture of the day GNOME extension..."
 | 
					echo "Install NASA picture of the day GNOME extension..."
 | 
				
			||||||
git clone https://github.com/Elinvention/gnome-shell-extension-nasa-apod.git $HOME/.local/share/gnome-shell/extensions/nasa_apod@elinvention.ovh
 | 
					git clone https://github.com/Elinvention/gnome-shell-extension-nasa-apod.git $HOME/.local/share/gnome-shell/extensions/nasa_apod@elinvention.ovh
 | 
				
			||||||
gnome-shell-extension-tool -e nasa_apod@elinvention.ovh
 | 
					gnome-shell-extension-tool -e nasa_apod@elinvention.ovh
 | 
				
			||||||
 | 
					echo "Synchronizing web tools..."
 | 
				
			||||||
 | 
					sudo pacman --needed -S chromium firefox firefox-ublock-origin firefox-extension-https-everywhere firefox-dark-reader firefox-noscript
 | 
				
			||||||
echo "Synchronizing office tools..."
 | 
					echo "Synchronizing office tools..."
 | 
				
			||||||
sudo pacman --needed -S chromium gimp
 | 
					sudo pacman --needed -S gimp
 | 
				
			||||||
echo "Synchronizing communication tools..."
 | 
					echo "Synchronizing communication tools..."
 | 
				
			||||||
yay pacman --needed -S slack-desktop skypeforlinux-stable-bin
 | 
					yay pacman --needed -S slack-desktop skypeforlinux-stable-bin
 | 
				
			||||||
echo "Synchronizing development tools..."
 | 
					echo "Synchronizing development tools..."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user