-
Notifications
You must be signed in to change notification settings - Fork 60
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
How to link non prefixed files not in the home directory? #73
Comments
* Derek <[email protected]> wrote:
I updated to the most recent version. I think the above is solved, but my status shows errors and I cant fix it.
Running dotfiles command
```(base) ➜ Dotfiles git:(master) > dotfiles status
? ..dotfilesrc
? ..idea/Dotfiles.iml
? ..idea/misc.xml
? ..idea/modules.xml
? ..idea/vcs.xml
? ..idea/workspace.xml
```
Hey Derek, can you provide or describe the repository layout or even a
simple example that simulates the problem? I'll see if I can get this
sorted.
.dotfilesrc
```
[dotfiles]
repository = ~/Dotfiles
externals = {
'custom.js': '~/.jupyter/custom'}
ignore = [
'.idea/*',
'.idea',
'.idea/',
'..idea/*',
'..idea',
'..idea/',
'..dotfilesrc',
'.git',
'.gitignore',
'*.swp']
```
The version in the master branch does not use a configuration file
anymore, so this could go away. But lets first get the issue resolved.
Cheers,
…--
Jon
|
@jbernard, My I tried What is the best way to link it? |
Heya, I see this but I can’t get to a computer at the moment (things are bit crazy in this new world). I will take a close look as soon as I can. |
How do I link a non-dot file not in the home directory.
Note, I have a few regular dotfiles that are working correctly.
I want to link
custom.js
in a folder called~/.jupyter/custom/
and Im trying it like this:But Im getting issues. What is the proper way to do this?
Thanks,
Derek
The text was updated successfully, but these errors were encountered: