Hi folks,
So i finally got comfy enough with Arch linux (thanks for helping tools from garuda) and now i want to move to vanilla arch and i wanted to get a list of all installed packages. not by the system (like garuda's helping packages) but packages installed by myself so i can easily reinstall them when i move to vanilla arch so is there a way to do that? (i'm aware of pacman -Qe but it does not really help.
Another question, i like the bash prompt and i wanted to know how did you guys made it?
and when i be inside git folder it changes to tell me stuff about the repo so how to do the same in vanilla arch
Thanks in advance and thanks for making arch linux newbie friendly
That's fish btw not bash, u can get its config on gitlab repo of garuda Linux
And I suggest you to use archfi while installing arch if u r not sure about packages to install
Dependencies of the explicitly installed packages will be listed as well which shouldn't be a problem however - these will be installed anyways. The --needed option makes sure already installed packages aren't installed again. Result = the same as doing pacman -S explicitly installed packages
Another question, i like the bash prompt and i wanted to know how did you guys made it?
The prompt is from starship. Install it, copy the ~/.config/starship.toml from garuda, and add eval "$(starship init bash)"
to your bashrc and you should be good.