Brennen Bearnes a7976c4f10 | 1 month ago | |
---|---|---|
etc | 5 years ago | |
home | 1 month ago | |
.gitignore | 4 years ago | |
README.md | 2 years ago | |
install.sh | 1 month ago | |
ns-control | 5 years ago |
The canonical copy of this repository lives on code.p1k3.com.
This repo is for dotfiles, utility scripts, and other things in my personal setup. Ideally, it includes most of the bits and pieces that make a personal machine usable for me. It occasionally serves as a testbed for things that become standalone projects, or get cycled into stuff I do for a living.
I generally use Debian and Debian-like GNU/Linux systems (sometimes including Ubuntu), with the xmonad tiling window manager rather than a full desktop environment like Gnome or KDE. I usually edit text in Vim, with VimWiki for notes. I maintain a website called p1k3 using wrt.
I have a partially-finished book about the command line which may be relevant.
As of July 2022, this collection is actively maintained, although it doesn't meet the standards of quality, consistency, or documentation you'd want from a real software project.
(Then again, neither do most software projects.)
Except as noted below or in the body of specific files, and to the extent possible under law, I, Brennen Bearnes, waive all copyright and related or neighboring rights to the contents of bpb-kit. Go to town.
In the general case, I've long tended to use strong copyleft licenses like the GNU General Public License. Where I have the option, I'll generally license more substantial projects with a view towards impeding the corporate capture of every available computational resource and generally throwing a little grit in the gears of capital in these latter days before it finishes murdering the entire biosphere. (No one uses my software, so this is a purely symbolic gesture.)
All that said, this is a trivial repository of configuration fragments and utility scripts for a limited audience. It will do the most good if nobody has to worry about the bureaucracy of grabbing bits and pieces of it.
From time to time, I may incorporate code from other sources in this collection, as long as it's in the public domain or under a license that meets the Debian Free Software Guidelines. In the latter case, I'll do my best to ensure that said code is clearly marked.
I have thiefed ideas and fragments of configuration from, at least, the following projects:
And people:
Apart from shell, I tend to reach for Perl for smalltime local utilities. It's a language I've been comfortable in for 20 years, it offers a decent stdlib and a ton of good libraries by way of CPAN, and it's installed pretty much everywhere. It's also extremely honed for string manipulation, which in practice is the technique that glues most of my nonsense together.
You might also find examples of Python, PHP, Ruby, awk, JavaScript, HTML/CSS, etc.
At this writing I use ZSH on personal systems and Bash when writing tutorials, doing tech support, or working on production server systems. I like to keep lots and lots of history. I think shell scripting is in many ways a nightmare for programs longer than a few lines, but I do it pretty often anyway.
.bashrc
.zshrc
- nothing fancy.sh_common
- aliases and variables for both Bash and ZSH;
no Bash compatibility guarantees here, since I mostly don't use custom
aliases in BashScripts here fall into a handful of categories:
Many of these are unlikely to be portable, useful, or documented.
TODO: Migrate these descriptions to the scripts themselves so they can be automatically extracted.
cheat
: a place to hang a personal cheatsheet of sortschrome-incognito
: run Google Chrome in incognito modedmenu_unique
: run dmenu with big fonts and vertical, only showing each entry oncedog
: concatenate argument strings with stdinedit-clipboard
: edit the current text selection in $EDITOR
(requires xclip
)enterprise
: play a sound like the USS Enterprise engines in TNGfilter-decorate
: splat some text dingbats into HTML I write sometimesfilter-exec
: replace text in-between markers with result of shell-script executionfilter-exec-raw
: like above, but differentfilter-exec-stdin
: feed text in-between markers to standard input of a command, replace it with outputfilter-markdownify
: convert a few things in old DigitalOcean tutorials to Markdownfilter-vertical
: verticalize a stringfirefox-fromselection
: open a selected url in firefoxfragment-bullet
: print out a "random" dingbat characterfragment-entry
: stub blog entryfragment-entry-gallery
: stub blog entry with galleryfragment-entry-poem
: stub blog entry with poemget-external-ip
: print public IP addressgif-sel
, gif-sel-4
, gif-sel-15
: take an animated gif of selected screen regiongit-diff-wrapper
: use vim with git-diff-tool
git-local-to-remote-status
grab
, grab-sel
: take a screenshot, take a screenshot of a selected regionjson_decode.php
: decode JSON into PHP data structuresjsonprint.pl
: pretty-print JSON with Perljump-to-window
: use wmctrl
and dmenu
to pick a window to jump tolistusers
: print an HTML list of userslynx-wrapper-edit
: edit a p1k3 entry in vim and re-render everythingmachine-status
: use dsh
to check status on a list of machines (stub)mostrecent
: print the name of newest file in the current directorynotesession
: start a tmux named session for notesphotocp
: copy photos from various media to a home directory locationpmwhich
: find the on-filesystem location of a Perl modulerightnow
: print the current time in a variety of formatssaytime
: speak the time with Festivalsnowday
: is it a snow day for the Boulder Valley School District?ssh-nofucks
: SSH to an address, I don't really care if the key has changedst
: get status using myrepostimelog
: parse a timelogging format (I use this to bill for contracting)timeslice
: aggregate some data for a given date range or file's implied datetoday
: print a datetodaydir
: find a p1k3 dir for the current dateuni
: search unicode codepoint names (via @chneukirchen)unsorted-unique
: print all lines of input once (just an awk
one-liner)wip
: move a p1k3 file into a work-in-progress directorywords
: split input into individual wordswthr
: use unicode snowflakes to display CPU loadxm
: call xmodmapxmonad.start
: personal version of xmonad startup scriptxtfix
: do a subtle color shift within the current xtermyank
, put
, put-mv
: stash a file path, copy or move it to the current directoryThe fragments directory is for code snippets that I write in the course of testing some idea, checking a technique, or trying to solve a problem posed by friends.
They're typically the kind of thing I'd throw in a random file called something
like test.sh
and overwrite later. It seemed useful to start collecting these
instead.
The cheatsheets directory is mostly empty, but may become a repository of useful shorthand documentation for the increasingly-many things I use that are not discoverable or memorable enough for my deteriorating long-term memory.
I use tmux
for terminal multiplexing (i.e., most of what GNU Screen does).
In practice, this means that I rely on it for
ssh
or mosh
sessionMy .tmux.conf
is brief, but does contain one useful
snippet for correcting weird Esc-key behavior in Vim.
My Vim setup was once written to be easily copied by new users. It's gotten a bit out of hand since then.
vimrc
- see file for installation detailsI don't use Neovim because I've never gotten it to work for my config without serious glitches. (At this writing, I had last made a serious attempt in late 2021.)
.xmodmap
.xinitrc
.hacksrc
if it exists.Xresources
tweaks xterm behavior and a number of fonts
.hacksrc
is linked to
.hacksrc_hi_dpi
.xmobarrc
, .xmonad/
bin/xmonad.start
for a drop-in replacement for
default XMonad startup on some Debian-like systems, including Gnome/Unity
stuff and the like. Perpetually not-quite-right.See instructions in ns-control.
I haven't done this for a while, so it's probably out of date.