-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dotfile when preferences are changed #301
Comments
I'm increasingly convinced that this is a good idea. |
Im really interested in this feature. Im going to be getting a new work laptop soon and it will require manually copying my amethyst config from the preferences pane to a dotfile. What needs to be discussed on this? Id be happy to dive into swift and this codebase to help contribute on this. |
What's the status here? |
Looking for status as well - If you need help on this let me know. 💃 |
Also very interested in a status. I setup macOS as I setup my Linux: I sync my dotfiles on Github and use a bootstrap script to setup everything automatically. What's the status? Thank you |
For those interested, here is how I sync my settings for the moment. I have a script that actually configures the plist file with my preferences like the following (this is a mere example, adjust it however you want):
|
I'd love to see this feature. Amethyst's default keyboard shortcuts mess up Polish keyboard input. Several characters are entered with |
This file remains the same across versions more or less? Storing |
There are some things there that are device specific; e.g., when it saves your last layout configuration and window order it gets saved to that file. |
@ianyh another approach that will avoid the configuration file: allowing Amethyst to process command line arguments. E.g:
Then, we will be able to use whatever shortcut binder we want. For example I use |
the feature is not necessary, though it would be handy. just create a symbol link to plist file which is managed by yourself. ln -fs ~/.config/Amethyst/com.amethyst.Amethyst.plist ~/Library/Preferences/com.amethyst.Amethyst.plist |
That's not sufficient. Commands in the plist are binary blobs, as opposed to the dot file. |
Oh never mind, I think I see what you're saying if you just want to keep your in-app preferences synced between devices. |
I was mistaken, change config will overwrite symbol link. it's lucky that we should not have to modify it frequently. |
If I use
~/.amethyst
and change something in the preference pane it would be great if Amethyst could update my.amethyst
fileTrello Card
The text was updated successfully, but these errors were encountered: