Skip to content

Osama-Yusuf/Linux-Apps-Installation-Scripts

Repository files navigation

Linux Apps Installation Scripts

Tools

You can execute the script directly without downloading it:

bash <(curl -s https://raw.githubusercontent.com/Osama-Yusuf/Linux-Apps-Installation-Scripts/main/<app_name>.sh)

Or you can download it on your device, give it execution permissions & execute it:

curl "https://raw.githubusercontent.com/Osama-Yusuf/Linux-Apps-Installation-Scripts/main/<app_name>.sh" -o <app_name>.sh && chmod +x <app_name>.sh && ./<app_name>.sh

The following links will execute scripts without downloading them:

AnyDesk

source <(curl -s https://raw.githubusercontent.com/Osama-Yusuf/Linux-Apps-Installation-Scripts/main/anydesk.sh)

CloudFlare

source <(curl -s https://raw.githubusercontent.com/Osama-Yusuf/Linux-Apps-Installation-Scripts/main/cloudflare.sh)

Free Download Manager

source <(curl -s https://raw.githubusercontent.com/Osama-Yusuf/Linux-Apps-Installation-Scripts/main/fdm.sh)

Visual Studio Code

source <(curl -s https://raw.githubusercontent.com/Osama-Yusuf/Linux-Apps-Installation-Scripts/main/vscode.sh)

VLC media player

sudo snap install vlc

for ubuntu

sudo apt-get install gnome-shell-pomodoro

for fedora

sudo dnf install gnome-pomodoro

a simple user friendly Todo-list with priorities, project & tags as filters and due & thresholds as dates

sudo snap install sleek

This is a Todo-list with a time tracker to each task with also priorities, project & tags as filters and due & thresholds as dates and much more features

sudo snap install superproductivity

This document covers the appropriate steps to install the 'onedrive' client using the provided packages for Debian and Ubuntu.

Locate

The locate command is a Unix utility used for quickly finding files and directories. The command is a more convenient and efficient alternative to the find command, which is more aggressive and takes longer to complete the search

sudo apt install mlocate

Usage

locate <file_name>

About

Bash scripts to install apps and DevOps tools for various Linux distros.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages