Skip to content

Instantly share code, notes, and snippets.

@curiousercreative
Last active January 24, 2023 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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/
@mauricioszabo
Copy link

This GPU error is not necessary anymore - it's fixed on the latest master branch :)

@curiousercreative
Copy link
Author

Once the stable release (beta) is updated, I'll edit this.

@confused-Techie
Copy link

confused-Techie commented Jan 11, 2023

Also ideally our next release will contain fixes for the desktop file where you have to specify the icon. But otherwise this looks super rad!

Appreciate you putting this out there, and would you mind if it was linked to within any of our docs?

@curiousercreative
Copy link
Author

curiousercreative commented Jan 11, 2023

@confused-Techie good to hear about more upcoming fixes. You're welcome to link, but once those fixes are in stable, this is really just an rsync or cp command from one of two source directories and should probably just be included in the docs directly.

@confused-Techie
Copy link

@curiousercreative yeah fair point, well if anything if we do include it might as well give some credit.

But regardless thanks!

@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