最後活躍 1 day ago

curiouser's Avatar Winston Hoy 已修改 3 years ago. 還原成這個修訂版本

1 file changed, 10 insertions

migrate-atom-deb-to-user-flatpak.sh(檔案已創建)

@@ -0,0 +1,10 @@
1 + #! /bin/bash
2 +
3 + # global config
4 + cp -f ~/.atom/config.cson ~/.var/app/io.atom.Atom/data/
5 + # keybindings
6 + cp -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?)
8 + cp -f ~/.atom/init.coffee ~/.var/app/io.atom.Atom/data/
9 + # packages
10 + cp -rf ~/.atom/packages ~/.var/app/io.atom.Atom/data/
上一頁 下一頁