Skip to content
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

Can I safely remove the AFDKO CLI tools without breaking it? #74

Closed
her opened this issue Oct 9, 2015 · 3 comments
Closed

Can I safely remove the AFDKO CLI tools without breaking it? #74

her opened this issue Oct 9, 2015 · 3 comments
Labels

Comments

@her
Copy link

her commented Oct 9, 2015

When installing ADFKO for SourceCodePro I was disappointed that AFDKO took the liberty of editing my dot files on my behalf, if this is necessary I understand but if not I'd like to know how to remove them.

As well, is there a list of which dot files are updated with ADFKO calls for the CLI tools so I can revert them?

Thanks!

@miguelsousa
Copy link
Member

I think that this is the list you're looking for
https://github.com/adobe-type-tools/afdko/blob/master/FDK/FinishInstallOSX#L156-L160

@her
Copy link
Author

her commented Oct 9, 2015

You're amazing thank you so much! This is the exact list I'm looking for.

loginPath1 = os.path.join(homeDir, ".login")
loginPath2 = os.path.join(homeDir, ".cshrc")
loginPath3 = os.path.join(homeDir, ".profile")
loginPath4 = os.path.join(homeDir, ".bash_profile")
loginPath5 = os.path.join(homeDir, ".zprofile")

So can I safely edit these paths out from my dot files and maintain the integrity of ADFKO?

Thanks again!

@miguelsousa
Copy link
Member

@her you don't have to have all of those files; some of them were probably added by the FDK install script. But you'll have to have at least one of them, and the FDK lines have to be left in there, otherwise the tools may not work properly. The file that you need to keep will depend on the shell that you use. I, for example, use the bash shell, so the only file I have is .bash_profile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants