-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Dotfiles install.sh script doesn't fully run #7579
Comments
You can view log in ~/.dotfiles.log |
no cache here |
I thought that's only for symlinking logs 😅 |
@schickling basically the env profile wasn't loaded, so you need to use bash interactive mode to do that manually. |
Thanks a lot @axonasif - this indeed seems to address the initial problem of the
This turns out to be a major problem - at least for my use case where setting up the dotfiles takes multiple minutes. |
This comment has been minimized.
This comment has been minimized.
@schickling yes you are right, it seems to take a bit longer to open, probably 2 minutes. But I'm unable to reproduce the other error that you mentioned. I open my PR with Gitpod and did some activities on the workspace for the last 5 minutes but nothing wrong yet. |
@schickling can you please try again and let me know if it's still happening 🙏? |
This comment has been minimized.
This comment has been minimized.
@schickling your MakeFile changes won't be persistent since you're running it from init task of .gitpod.yml |
@schickling Did you use vscode inside? you can switch to stable |
This comment has been minimized.
This comment has been minimized.
Closing this issue as the mentioned problem is addressed via this: #!/usr/bin/bash -I However the lack of caching for dotfiles is still a major problem for me (which unfortunately renders Gitpod with dotfiles enabled impractical for me to use). |
I would encourage you to create a separate feature request for this 🙂 |
Done: #7592 |
Bug description
I'm currently giving the new dotfiles feature (see #5198) a try and have been running into a few problems. It seems that my provided
install.sh
script is only partially executed. (I'm actually not sure what the problem is but would like to find out - is there a way to see the logs of the executedinstall.sh
script?)Steps to reproduce
install.sh
script partially ran (e.g. by the renamed~/.config/fish-backup
folder)install.sh
script manually seems to workWorkspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
Additional questions
install.sh
script (mostly using Nixhome-manager
) can take multiple minutes)install.sh
file?The text was updated successfully, but these errors were encountered: