← prev | next →
Jamerive 2022-09-14 01:24:33
smol_mazunki 2022-09-14 01:24:25
both, thanks
This
Jamerive 2022-09-14 01:24:54
Why does it have to be ugly so it can be productive?😂
smol_mazunki 2022-09-14 01:25:11
in fact, having wrappers is part of what makes me so productive
Jamerive 2022-09-14 01:25:41
smol_mazunki 2022-09-14 01:25:11
in fact, having wrappers is part of what makes me so productive
Still, I agree you have to know the old tools…
smol_mazunki 2022-09-14 01:25:49
mntdrive () {
devices=”$(lsblk -l -o NAME /dev/$1 | grep -E “$1.+”)” && echo $devices | sed “s/$1//” | xargs -I{} doas mkdir -p /mnt/$1/{} && echo $devices | sed “s:($1)(.*):/dev/12 /mnt/1/2:” | xargs -n2 doas mount
}
Jamerive 2022-09-14 01:25:53
Grep, sed, awk, etc…
smol_mazunki 2022-09-14 01:25:57
smol_mazunki 2022-09-14 01:25:49
mntdrive () {
devices=”$(lsblk -l -o NAME /dev/$1 | grep -E “$1.+”)” && echo $devices | sed “s/$1//” | xargs -I{} doas mkdir -p /mnt/$1/{} && echo $devices | sed “s:($1)(.*):/dev/12 /mnt/1/2:” | xargs -n2 doas mount
}
can i do this manually? of course i can
Kueppo 2022-09-14 01:26:02
smol_mazunki 2022-09-14 01:22:14
why use bat when cat exists?
This feels like a desease to me and I’m happy I escaped from that, no ricing, nothing at all and now focusing on serious and useful stuff.
smol_mazunki 2022-09-14 01:26:04
is it still nice to be able to just mntdrive sdd
smol_mazunki 2022-09-14 01:26:08
very nice indeed
Jamerive 2022-09-14 01:26:53
Kueppo 2022-09-14 01:26:02

This feels like a desease to me and I’m happy I escaped from that, no ricing, nothing at all and now focusing on serious and useful stuff.
So you had an addiction then?🤣
Kueppo 2022-09-14 01:26:59
Yeah
Jamerive 2022-09-14 01:27:39
Let’s create the ricing anonymous. Let’s ralk of how ricing ruined our lifes
smol_mazunki 2022-09-14 01:28:11
i tinker with my stuff in my free time, but my window manager looks like absolute shit
Jamerive 2022-09-14 01:29:09
But bwing serious, you can lose some time in ricing until the rush pass by. Know I just want my toots to work but I like the colors in my terminal
Jamerive 2022-09-14 01:29:41
smol_mazunki 2022-09-14 01:28:11

i tinker with my stuff in my free time, but my window manager looks like absolute shit
I tendnto make it decently good but I am done with the heavy ricing
smol_mazunki 2022-09-14 01:29:46

i mean this is how my terminal looks like when i open it
smol_mazunki 2022-09-14 01:29:48
no bullshit
smol_mazunki 2022-09-14 01:30:14
Kueppo 2022-09-14 01:30:37
smol_mazunki 2022-09-14 01:29:46

i mean this is how my terminal looks like when i open it
For me it is extremely nice.
Jamerive 2022-09-14 01:30:57
smol_mazunki 2022-09-14 01:30:14
I use starship for that. One config to rule them all
smol_mazunki 2022-09-14 01:31:17
Jamerive 2022-09-14 01:30:57

I use starship for that. One config to rule them all
git clone git@github.com:mazunki/config ~/.config
Jamerive 2022-09-14 01:31:53
smol_mazunki 2022-09-14 01:31:17

git clone git@github.com:mazunki/config ~/.config
I am making a dot filder for that
smol_mazunki 2022-09-14 01:32:12
what else do you deploy?
Jamerive 2022-09-14 01:32:27
I am using firacode nerd font
Jamerive 2022-09-14 01:33:12
smol_mazunki 2022-09-14 01:32:12

what else do you deploy?
I am an average user that is barely learning webdev right now so nothing
smol_mazunki 2022-09-14 01:33:25
Jamerive 2022-09-14 01:33:12

I am an average user that is barely learning webdev right now so nothing
i mean on your system
smol_mazunki 2022-09-14 01:33:31
which other directories do you track
smol_mazunki 2022-09-14 01:33:36
and “download”
Jamerive 2022-09-14 01:36:31
smol_mazunki 2022-09-14 01:33:25

i mean on your system
.fonts, .icons, .bashrc, .Xresources.d, .Xresources, .themes, .local/share/{icons, themes, fonts, nvim}
smol_mazunki 2022-09-14 01:37:02
i do wonder why your icons, themes, and fonts are local to your user
smol_mazunki 2022-09-14 01:37:26
i don’t use bash because it’s not compatible with ~/.config, tbh
smol_mazunki 2022-09-14 01:37:30
zsh is (partly)
smol_mazunki 2022-09-14 01:37:57
smol_mazunki 2022-09-14 01:37:26

i don’t use bash because it’s not compatible with ~/.config, tbh
although i’ve learned to love a bunch of other features from zsh
Jamerive 2022-09-14 01:38:29
smol_mazunki 2022-09-14 01:37:02

i do wonder why your icons, themes, and fonts are local to your user
So when I want to distro change I don’t have to recreate home and my config?
← prev | next →