Skip to content

Instantly share code, notes, and snippets.

@curiousercreative
Last active January 24, 2023 16:27
Show Gist options
  • Save curiousercreative/67075f4f1a2b5ebd282e03dbd31a3b9d to your computer and use it in GitHub Desktop.
Save curiousercreative/67075f4f1a2b5ebd282e03dbd31a3b9d to your computer and use it in GitHub Desktop.
Rough migration guide for Atom to Pulsar on Linux
#! /usr/bin/env bash
# NOTE: This worked for my migration from Pop!_OS 22.04 Atom 1.63.1 which was installed with flatpak (user)
# First, download and install the deb package found here https://pulsar-edit.dev/download.html
# for flatpak Atom migration to Pulsar deb - copy configuration and packages
rsync -av ~/.var/app/io.atom.Atom/data/ ~/.pulsar/
# for deb Atom migration to Pulsar deb - copy configuration and packages
#rsync -av ~/.atom/ ~/.pulsar/
@curiousercreative
Copy link
Author

@confused-Techie @mauricioszabo just migrated another machine with the updated v1.101.0-beta and I see that the GPU error, desktop icon AND CLI for opening a project are all working nicely. I've updated this gist to simply copy Atom config files.

@confused-Techie
Copy link

@confused-Techie @mauricioszabo just migrated another machine with the updated v1.101.0-beta and I see that the GPU error, desktop icon AND CLI for opening a project are all working nicely. I've updated this gist to simply copy Atom config files.

Fantastic, glad to see all those fixes are working for you currently, and glad to see this got updated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment