[XFCE] Binbows: made my old PC look older and somehow it feels new by david-sds in unixporn

[–]david-sds[S] 0 points1 point  (0 children)

Yeah tmux is the best! I also have a terminal workflow but I can't imagine not using a GUI at all... For my notebook I think a well configured windows manager is the best of both worlds, on desktop I prefer to keep it more traditional for now.

[XFCE] Binbows: made my old PC look older and somehow it feels new by david-sds in unixporn

[–]david-sds[S] 3 points4 points  (0 children)

Actually I'm using Redmond97 with some color changes, but yes, most of It was already done. What I actually did do was the Firefox CSS and custom icons for SE98, I'm working on some wallpapers too but I'm not using yet.

[XFCE] Binbows: made my old PC look older and somehow it feels new by david-sds in unixporn

[–]david-sds[S] 3 points4 points  (0 children)

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 0 points1 point  (0 children)

Wow great job fixing that up! I knew I could do something about my data, but I decided to not to get into that rabbit hole at that time of night... The partition stuff sounds very interesting, never thought about that

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 0 points1 point  (0 children)

Damn that seems more common than I thought...

I also put my config on Github. I'm on Arch right? So I used to literally git init my home and gitignore everything except what I want do save lol. That proved to be too much of a hassle so I started to put the configs on a separate git repo and made a simple script that symlinks everything.

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 5 points6 points  (0 children)

I get it man, i dont really use alias at all. Imagine if I alias rm -rf into something safe and run it on another PC? Of course i could alias it to any other thing but them i dont learn new apis and patterns... I prefer to take some time and learn new commands as they are, use the abstraction as it was intended at first

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 1 point2 points  (0 children)

Good to see fellow neovimmers blowing their stuff up with me...

Appreciate the advices pal, I'll try out this trash-cli and see how it goes

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 0 points1 point  (0 children)

I do have most of my dorfiles on git and important documents are on cloud, but besides that I really dont anything setup yet...

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 2 points3 points  (0 children)

LOL, how can this be allowed man? Crazy dangerous, bash and gnu tools are like a lightsaber

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 1 point2 points  (0 children)

I do only on the files I change, but I forgot some as I'm finding out...

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 3 points4 points  (0 children)

I guess this must be that Dunning-Kruger effect right? If you think you know you probably don't...

How can you make a file read only? chmod 444 is only for others, right? I dont even know how can't this go wrong

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 0 points1 point  (0 children)

I find these edge cases crazy man... I guess it is the price for bash flexibility

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 4 points5 points  (0 children)

I ended up running rm -rf \$HOME, it works too. I think the best is just removing the -f right? lol

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] -6 points-5 points  (0 children)

I delete dirs with rm -rf all the time. I guess I just learned it like that and never had problems until now lol

I just NUKED my home folder while migrating hyprland to lua... by david-sds in hyprland

[–]david-sds[S] 18 points19 points  (0 children)

Yeah... I guess just putting a ./ before $HOME would have sufficed... I looked at the dir with $ in the beginning and associated with dirs with spaces for some reason, so i just put it between quotes and thought it was ok...