Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mylinuxforwork committed Aug 25, 2024
1 parent 25b9468 commit 8bee1d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/install/dotfiles/apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,18 @@ if [ ! -d $HOME/.local/share/applications/ ] ;then
fi

# Downloading the App
wget https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/share/dotfiles/.config/ml4w/apps/ML4W_Welcome-x86_64.AppImage -O ~/.config/ml4w/apps/ML4W_Welcome-x86_64.AppImage
chmod +x ~/.config/ml4w/apps/ML4W_Welcome-x86_64.AppImage
sed -i "s|HOME|${HOME}|g" $HOME/.config/ml4w/apps/ml4w-welcome.desktop
cp $HOME/.config/ml4w/apps/ml4w-welcome.desktop $HOME/.local/share/applications
echo ":: ML4W Welcome App installed successfully"

wget https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/share/dotfiles/.config/ml4w/apps/ML4W_Dotfiles_Settings-x86_64.AppImage -O ~/.config/ml4w/apps/ML4W_Dotfiles_Settings-x86_64.AppImage
chmod +x ~/.config/ml4w/apps/ML4W_Dotfiles_Settings-x86_64.AppImage
sed -i "s|HOME|${HOME}|g" $HOME/.config/ml4w/apps/ml4w-dotfiles-settings.desktop
cp $HOME/.config/ml4w/apps/ml4w-dotfiles-settings.desktop $HOME/.local/share/applications
echo ":: ML4W Dotfiles Settings App installed successfully"

wget https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/share/dotfiles/.config/ml4w/apps/ML4W_Hyprland_Settings-x86_64.AppImage -O ~/.config/ml4w/apps/ML4W_Hyprland_Settings-x86_64.AppImage
chmod +x ~/.config/ml4w/apps/ML4W_Hyprland_Settings-x86_64.AppImage
sed -i "s|HOME|${HOME}|g" $HOME/.config/ml4w/apps/ml4w-hyprland-settings.desktop
cp $HOME/.config/ml4w/apps/ml4w-hyprland-settings.desktop $HOME/.local/share/applications
echo ":: ML4W Hyprland Settings App installed successfully"

wget https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/share/dotfiles/.config/ml4w/apps/ML4W_Dotfiles_Uninstaller.AppImage -O ~/.config/ml4w/apps/ML4W_Dotfiles_Uninstaller.AppImage
chmod +x ~/.config/ml4w/apps/ML4W_Dotfiles_Uninstaller.AppImage
echo ":: ML4W Uninstaller App installed successfully"

echo
Expand Down

0 comments on commit 8bee1d8

Please sign in to comment.