Skip to content

Instantly share code, notes, and snippets.

View prateekmedia's full-sized avatar

Prateek SU prateekmedia

View GitHub Profile
@prateekmedia
prateekmedia / gist:44c1ea7f7a627d284b9e50d47aa7200f
Last active November 8, 2023 08:47
featuredapps.json for appimage-browser
{
"0": {
"name": "Blender",
"description": "Blender is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. Blender's features include 3D modeling, UV unwrapping, texturing, raster graphics editing, rigging and skinning, fluid and smoke simulation, particle simulation, soft body simulation, sculpting, animating, match moving, rendering, motion graphics, video editing, and compositing.",
"categories": [
"Graphics"
],
"authors": [
{
"name": "Songtech-0912",
@prateekmedia
prateekmedia / config.fish
Last active December 27, 2021 06:44
~/.config/fish/config.fish for flutter
# Flutter sdk
set PATH $HOME/dev/flutter/bin $PATH
#Android studio
set ANDROID_HOME $HOME/Android/Sdk $ANDROID_HOME
set PATH $ANDROID_HOME/tools/bin $PATH
set PATH $ANDROID_HOME/platform-tools $PATH