this post was submitted on 24 Jan 2025
846 points (96.5% liked)

Microblog Memes

6333 readers
4162 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] BlastboomStrice@mander.xyz 2 points 6 days ago* (last edited 6 days ago) (1 children)

Hehe, glad I helped:)

can you say more about how you are using symlinks

I havan't yet used a lot of symlinking, but some of the stuff I do is:

  1. If you can see the dirlist, in ~/root/Imports-Exports/Bottles I have the bottles dir which contains 2 subdirs, Bottles-Apps and Bottles-Games. They are symlinks, pointing to bottles of apps (at ~/root/Software/Applications/Linux/Bottles-Apps) and games (at ~/root/Games/Video/Computer/linux/Bottles-Games) respectively (bottles are wine prefixes that the app "Bottles" creates to run windows programs).

  2. This one is again about windows games. I have the program files and data in 2 separate folder under ~/root/Games/Video/Computer/windows/GameX (where GameX represents a given game) and I symlink them inside the respective bottle dirs (2 of the games I have use the default Documents dir for saving the game data and because I dont have bottles isolated from the rest of the userspace, I symlinked the game data in ~/Documents).

  3. Because nixos uses symlinks for its app shortcuts, simply dragging app icons on the desktop doesnt work (it creates symlinks to the version of the app at this time). Thus, I have to go to nixos's folder with shortcuts to my apps (which gets updated after update) and symlink each shortcut to my desktop.

  4. Another use for symlinks is to keep my dotfiles git versioned and sycned with codeberg, for which I'll have to use gnu stow, but I still haven't done this (my git knowledges are veery limited).

You can do fun stuff, just be careful when copying/deleting/syncing symlinks, not to mess up anything (app tend to warn you if you want to follow the symlink (which affects the targeted file instead of the symlink) or not). They help to keep things tidy, but can get messy with improper use:)

[–] TrickDacy@lemmy.world 2 points 6 days ago (1 children)

Gotcha. Yeah I saw those -> indicators right after sending you that question. I just installed tree locally -- it is nice! I keep forgetting about that one. I'm gonna take all this as inspiration and come up with a better system. I currently have a server/desktop with my whole entire data archive and a laptop that will have some backup-worthy files, I'd like to be able to easily back them both up locally and to the cloud.

I think getting better organized like you did first is the right move. I have a system in place for the desktop machine that works fairly well, but buying this new laptop threw a wrench into that system because I'd like to reuse it in both contexts but it's currently not equipped to do that. I'll figure it out :) But like you said, being organized helps efforts like that (among many others!)

[–] BlastboomStrice@mander.xyz 2 points 6 days ago

Haha it's in my plans to build a server/nas to have a local "cloud" (and try some self hosted programs)

buying this new laptop threw a wrench into that system

Aw, I see, good luck with your endeavor!