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

Installation Issues on Ubuntu 22.04: Unable to Open 'core' and 'short_pwd' with dotly #251

Open
iBet7o opened this issue Sep 6, 2023 · 2 comments

Comments

@iBet7o
Copy link

iBet7o commented Sep 6, 2023

I just installed dotly on a laptop with Ubuntu 22.04, but I'm getting the following errors:

Error: dot: can't open core
Error: dot: can't open short_pwd

@gtrabanco
Copy link
Contributor

dot symlinks apply

Try with that and exit & open your terminal.

It can be that you are not loading DOTFILES_PATH or DOTLY_PATH

Can be as well that you do not have in PATH the path ${DOTLY_PATH}/bin to load dot before terminal theme is loaded.

@JoanVicens
Copy link

I had the same issue on a fresh installation of Fedora. As @gtrabanco hinted dot is not loaded before the terminal theme is. I managed to solve it by setting zsh as the default shell.

What I did was:

chsh -s /usr/bin/zsh

and then log out and log in again.

here there is more info on how to change the shell

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

No branches or pull requests

3 participants