ma1w4re

joined 10 months ago
[–] ma1w4re@lemm.ee 1 points 2 months ago

Anything that can be used for illegal activities will be used for illegal activities

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

Comfort sushi let's go

[–] ma1w4re@lemm.ee 1 points 3 months ago

AHAHAHAH

I made a comment about how "neovim" doesn't fit in 8 across but found right after that there was a comment like that already

[–] ma1w4re@lemm.ee 11 points 3 months ago (1 children)

Wtf is this 💀💀💀

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

I'm ok with paying for quality foss software, as long as the payment method is available from any country in the world. PERIOD. no exceptions. Not even North Korea should be prohibited from paying.

Ads are a hard turnoff though. There is no place for ads in my world.

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

Lol, same, my l33t brother

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

Literally HeavyMetalHangover lol

[–] ma1w4re@lemm.ee 3 points 4 months ago

Lol relatable haha

Time to buy a rope

[–] ma1w4re@lemm.ee 1 points 4 months 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 4 months 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 4 months 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.

view more: ‹ prev next ›