One of the my client is Fedora Linux workstation and I use Manjaro Gnome edition in my Desktop PC.
I want all zsh config is used by Manjaro move to Fedora linux and use it fedora
Which files and configs should move?
I want use all future I have in Manjaro.
List the package information for manjaro-zsh-config
$ pamac info manjaro-zsh-config
Name : manjaro-zsh-config
Version : 0.26-1
Description : Zsh configuration for manjaro
URL : https://github.com/Chrysostomus/manjaro-zsh-config
Licenses : MIT
Repository : extra
Installed Size : 464,4 kB
Groups : --
Depends On : zsh-autosuggestions zsh-syntax-highlighting zsh-completions
zsh-history-substring-search zsh ttf-meslo-nerd-font-powerlevel10k
zsh-theme-powerlevel10k
[...]
Note the source
And the dependencies
- ttf-meslo-nerd-font-powerlevel10k
- zsh
- zsh-autosuggestions
- zsh-completions
- zsh-history-substring-search
- zsh-syntax-highlighting
- zsh-theme-powerlevel10
This the information you need for a migration.
How you actually accomplish this for a Fedora system - I have no idea.
1 Like
Thank you,
How I can use in Fedora lInux?
As I said - I have no idea - I don’t use Fedora - please ask the Fedora community…
Do not forget ~/.zshrc
1 Like
That would be implied - from the above mentioned github repo.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.