Última atividade 1 day ago

Revisão 28fe6bfcc7bd89ff3b06fd18d37d142b222df28e

migrate-atom-deb-to-user-flatpak.sh Bruto
1#! /bin/bash
2
3# global config
4cp -f ~/.atom/config.cson ~/.var/app/io.atom.Atom/data/
5# keybindings
6cp -f ~/.atom/keymap.cson ~/.var/app/io.atom.Atom/data/
7# init script (maybe you defined some custom function and then bound to a key combo?)
8cp -f ~/.atom/init.coffee ~/.var/app/io.atom.Atom/data/
9# packages
10cp -rf ~/.atom/packages ~/.var/app/io.atom.Atom/data/