PitchHut
Log in / Sign up
sublime-flatpak
8 views
Seamless Sublime: Flatpak for the Modern Developer
Pitch

Discover the latest source for Sublime Text through Flatpak, making installation and updates easy for developers. Follow simple steps to build, install, and run Sublime Text effortlessly. Experience the power of an up-to-date editor that integrates smoothly into your workflow with just a few commands.

Description

Sublime-Flatpak is your go-to solution for running Sublime Text 4 on Alpine Linux with musl libc. This repository provides a straightforward, up-to-date Flatpak source to streamline the installation process for developers and enthusiasts alike.

Easy Steps to Get Started

To get started with Sublime Flatpak, simply follow these steps:

  1. Build the Flatpak package:
    flatpak-builder build-dir com.sublimehq.SublimeText.yaml
    
  2. Install the package for your user:
    flatpak-builder --user --install --force-clean build-dir com.sublimehq.SublimeText.yaml
    
  3. Run Sublime Text:
    flatpak run com.sublimehq.SublimeText
    
  4. (Optional) Create a symbolic link for easy access:
    ln -s ~/.local/share/flatpak/exports/bin/com.sublimehq.SublimeText /usr/bin/sublimetext
    

With these simple commands, you'll have Sublime Text running smoothly on your Alpine system! Whether you are a seasoned developer or just starting, Sublime Flatpak offers a lightweight, efficient way to enhance your coding experience.