ma1w4re

joined 7 months ago
[–] ma1w4re@lemm.ee 10 points 3 weeks ago (1 children)

Lol, same, my l33t brother

[–] ma1w4re@lemm.ee 2 points 3 weeks ago

Literally HeavyMetalHangover lol

[–] ma1w4re@lemm.ee 2 points 1 month ago

Lol relatable haha

Time to buy a rope

[–] ma1w4re@lemm.ee 1 points 1 month ago

If I remember right those are like vr helmets that allow them to see themselves in third person or something like that

[–] ma1w4re@lemm.ee 1 points 1 month ago

Sorry if it comes out robotic, since I don't use stow myself I just opened the manual and parsed it for you.

You manually create the repo of packages ONCE and then use stow to deploy them without having to link stuff manually every time.

As for "what's it doing for me", stow is just a generic deployment script that somebody else has written for you. You can just as well create your own and do it your way.

I personally used to have a bash script with one custom function "symlink" that error checked the linking process and a list of target/destination under the function.

Now I'm trying to code a python script similar to stow that works with packages of configs but instead of recreating paths inside the package you just provide a json file with target/destination for each file in the package.

Both of my ways have same shortcoming as stow: you have to do some manual work before the script can kick in.

Hopefully my messages have been helpful.

[–] ma1w4re@lemm.ee 4 points 1 month ago (2 children)

Recreating a path to original locations is a way to configure stow.

You can utilize bash to automate it. Mkdir can create entire trees in a single command.

After links were created you start using your configured software.

It's a link farm built using a packaging system. You put your configs into a "package" and then link said package where it belongs.

Git is useful not as a combination for stow, but a standalone way to version control your configs.

For nonidentical devices you create additional packages prefixed with specific device name. You don't need to link all packages at once with stow, pass a name of a package to link it alone.

[–] ma1w4re@lemm.ee 2 points 1 month ago
[–] ma1w4re@lemm.ee 1 points 1 month ago

Idk I'm so used to working in terminal I don't really notice that. For my eyes, it's smooth enough

[–] ma1w4re@lemm.ee 2 points 1 month ago

Ngl no matter how you read this it still sounds pretty fine

[–] ma1w4re@lemm.ee 4 points 1 month ago (4 children)

But... Neovim is smooth, fast and snappy 😭

[–] ma1w4re@lemm.ee 2 points 1 month ago (3 children)

There are gpu accelerated terminal emulators... Not sure what you mean by remote development though.

view more: ‹ prev next ›