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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fantastic, glad to see all those fixes are working for you currently, and glad to see this got updated!