Skip to content

Instantly share code, notes, and snippets.

View mikemtdev's full-sized avatar
🎯
Focusing

Mike M.T Njovu mikemtdev

🎯
Focusing
View GitHub Profile

install-appimage Command Documentation


Overview

install-appimage is a shell utility that automates the installation of AppImage packages. It moves the AppImage to a designated directory, extracts and installs its icons into the system or user icon theme, creates a .desktop launcher entry, and optionally launches the application upon completion.


@mikemtdev
mikemtdev / .gitconfig
Created August 6, 2021 14:36 — forked from Wirone/.gitconfig
GIT & GitFlow aliases for ~/.gitconfig
# GIT aliases for ~/.gitconfig file
# @author Grzegorz Korba <grzegorz.korba@codito.net>
# Credits: Miscellaneous places on the Internet...
# GitFlow related sections
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/