this post was submitted on 19 Nov 2023
49 points (96.2% liked)
Linux
47997 readers
954 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There is a pacman command that prints the list of all packages installed by users. I don't remenber the command sorry but you'll find that here:
https://wiki.archlinux.org/title/Pacman/Tips_and_tricks
Its probably "pacman -Qe".
Then it should be easy to create a script that install all that automaticcally. If your are cautious you should have a backup of your home anyway on some storage device .
Huh, does everything store it's configs in ~/.config ? Is it some unwritten rule? That'd make life so much easier.
Unfortunately not every app follows that convention. A lot of them just dump config files into your home directory, including Firefox.
There's a script called XDG-Ninja that can list some of the apps that do that. You can probably get it from the AUR
At least it's somewhat narrowed down, I'll try the app, thanks!
Sorry I edited my post, I was wrong.
.config stores many apps settings. But unfortunately some apps stores that directly in ~ as hidden files and directories. Personnally I make a backup of my whole home.
oh, no problem, at least I know now. Thanks!