#Got my debugger setup

1 messages ยท Page 1 of 1 (latest)

meager sequoia
#

oh hey, welcome back cow!

#

btw, what colour scheme is that

#

also is that neovim?

#

how do you have it set up like that

blissful lion
blissful lion
meager sequoia
#

mind teaching me how to get neovim like that?

blissful lion
#

Sure, i'll upload my dots ina bit

#

Just setting up my server atm

meager sequoia
#

ayy thanks

#

ah yeah, i've noticed your website's been down for a while innit

#

good thing i have a copy of the zfs luks systemd install guide

#

that one's really good

blissful lion
#

:P yea i needed to get my server redone

meager sequoia
#

do you host it on a machine you own or do you use a vps btw?

blissful lion
#

Host on my own machine normally

#

Though i'm about to pay for a vps

#

To proxy the traffic with wireguard

#

For the irc stuff i run it through tor

#
neptune ~ # cat /etc/tor/torrc
User tor
PIDFile /run/tor/tor.pid
Log notice syslog
DataDirectory /var/lib/tor/data

# torrc entry for libera.chat onion service
MapAddress palladium.libera.chat libera75jm6of4wxpxt4aynol3xjmbtxgfyjpu34ss4d7r7q2v5zrpyd.onion
#
neptune ~ # cat /usr/lib/systemd/system/znc.service
[Unit]
Description=ZNC, an advanced IRC bouncer
After=network.target

[Service]
ExecStart=/usr/bin/proxychains /usr/bin/znc -f --datadir=/var/lib/znc
User=znc

[Install]
WantedBy=multi-user.target
meager sequoia
#

ahh i see, i use tor on weechat too

blissful lion
#

Note how the service runs with /usr/bin/proxychains

#

yea

meager sequoia
#

but ive never thought of doing that

blissful lion
#

heh

#

Thats how i do my irc bouncer stuff

vague sapphire
blissful lion
vague sapphire
#

the name of the github is decaycs

blissful lion
#

OH

#

cs not ce :P

vague sapphire
#

also about clangd you mean the "magenta" color being the problem here?

#

or in general the theme not looking very well

blissful lion
#

oh no i disabled clangd from doing stuff

#

with it enabled

vague sapphire
#

That's not only happening with clangd..

#

it happens with any lsp

#

lua,python etc

#

not sure why

blissful lion
#

yea, i was just saying that as an example

#

but i'm trying to rewrite it

vague sapphire
#

Helix looks differently since I made the theme, but making a neovim theme is dark magic to me

blissful lion
#

heh

vague sapphire
#

Well I lost the theme ;-;

#

It went down with my gentoo system

blissful lion
#

:(

#

on git?>

vague sapphire
#

I didn't get to backup it

#

It's fine I will remake it now

vague sapphire
#

It looks like this

blissful lion
#

I tried helix but its not vim enough :P

#

not all the vim keybinding works

tiny trench
#

Hey cow really looking forward to em dotfiles. Looking beautiful btw

paper dirge
#

@blissful lion can I get the dots?

#

And nvim config

blissful lion
paper dirge
meager sequoia
#

do you use something like doom emacs/spacemacs or do you have your own vanilla config?