!Setting everything up --- Mon Mar 23 11:57:27 UTC 2026 --- I'm doing 50 things in parallel, so excited to finally have the sdf shell. It's mainly because I'm telling you about it. I'm not a blogger, this is new. I'm writing a perl script to update my main gophermap. Can't do cron jobs, yet (arpa, I'm coming), otherwise I'd just update it periodically. You can find it under programming/create_gophermap. Other stuff I set up or use: * bash * mutt * vim * tmux * bombadillo Next is xmpp, just checking out mcabber. I have never used it, mcabber that is, I used Psi years ago. Here's my .vimrc --- se number se relativenumber syntax on se background=dark colors wildcharm se smartindent se incsearch se hlsearch se ruler se showcmd se modeline se modelines=5 se textwidth=80 se cc=80 se laststatus=2 se statusline=%F%m%r%h%w%<\ %{&ff}\ %Y\ [0x\%02.2B]\ %=l/%L,%v\ %p%% se cursorline " highlights hi StatusLine ctermfg=0 ctermbg=8 " mappings nnoremap :w nnoremap :q " autocmd " for gopher files au filetype text setlocal cc=55 tw=55 ---