Last active
January 24, 2023 16:27
-
-
Save curiousercreative/67075f4f1a2b5ebd282e03dbd31a3b9d to your computer and use it in GitHub Desktop.
Rough migration guide for Atom to Pulsar on Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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/ |
@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 @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
@curiousercreative yeah fair point, well if anything if we do include it might as well give some credit.
But regardless thanks!