Ultimate Installer

  • mpv - Command line video player
  • youtube-dl - Command-line program to download videos from YouTube and other video sites
  • xampp - Most popular PHP development environment
  • git - Version control system
  • emacs - An extensible, customizable, free/libre text editor and more
  • xdman - XTREME download manager
  • chromium - Open-Source browser
  • feh - Image viewer for Linux
  • go - go lang, open source programming language
  • atom - A hackable text editor for the 21st Century
  • conda - Anaconda is the birth place of python data science
  • geany - lightweight programmer's text editor
  • audacity - Multi-track audio editor / recorder
  • ppsspp - PPSSPP is the PSP emulator for Android, Linux, Windows and more
  • heroku - Heroku command line software
  • kdenlive - Open-Source video editing software
  • mongodb - Most popular database for modern apps.
  • node - JavaScript engine.
  • rvm - Ruby Version Manager
  • vysor - View and control your android on your computer.
  • postman - Create and Test Your API's
  • robo3T - MongoDB GUI
  • xclip - interact with clipboard through commandline.
  • ydl - easy youtube downloader
  • ytmpv - Play Youtube Videos in mpv player with custom quality
  • scrcpy - Display and Control your android
  • ghb - Video Converter
  • vbox - Virtual Box
  • openssh - connectivity tool for remote login with the SSH protocol
  • bittorrent - torrent Client
  • splay - command line program to search and play songs
  • vmaster - a quick hacky video manipulator command line script.

Installation

sudo pacman -S mpv

Uninstall

sudo pacman -R mpv && rm -rf "$HOME/.config/mpv"

Enable some useful key bindings

curl 'https://pastebin.com/chsBd5s1' | grep -A 17 class=\"textarea\" | cut -d'>' -f2 | head -16 > "$HOME/.config/mpv/input.conf"

Installation

sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

Uninstall

sudo rm /usr/local/bin/youtube-dl
curl 'https://www.apachefriends.org/download.html' 2>/dev/null | grep '.run"' | cut -d\" -f8 | tail -1 | xargs wget && bash ./xampp*.run