Brennen Bearnes
3be78ebe5f
add dunst for notifications
6 years ago
Brennen Bearnes
cbf31fcdd3
xmonad: inc/dec volume by 2% instead of 5%
6 years ago
Brennen Bearnes
131677e2d2
new utils: firefox-wrapper, edit-clipboard, mcd()
firefox-wrapper: start firefox (a workaround for some $PATH nonsense).
edit-clipboard: open current contents of clipboard in $EDITOR, write them
back to clipboard. relies on xclip.
mcd(): a function to make a path and cd into it.
6 years ago
Brennen Bearnes
5190bb30e0
add machine-status (just a dsh wrapper at the moment)
6 years ago
Brennen Bearnes
19c1180629
xmonad: fix amixer command - volume keys should now actually work
These were missing a `%`.
6 years ago
Brennen Bearnes
3dcee4fcfa
bin/filter-exec-stdin: tweak whitespace handling
This should be slightly more correct and doesn't result in an extra blank
line.
6 years ago
Brennen Bearnes
7c141e33a7
bin/filter-exec-stdin
6 years ago
Brennen Bearnes
db5a0bf7e2
bin/build-used-names - not currently working
See: https://p1k3.com/2016/7/11/ - "extracting all (?) of the filenames
from packages available in debian"
6 years ago
Brennen Bearnes
8183a3e1d6
pypi-circuitpy tweaks
6 years ago
Brennen Bearnes
487972c41a
git amend
Amends last commit by tacking on current changes.
6 years ago
Brennen Bearnes
fc95230b05
bin/st: status stuff
6 years ago
Brennen Bearnes
3fd33e3d46
.gitconfig: submodule summaries
6 years ago
Brennen Bearnes
6e0e938d2b
expand photocp locations somewhat haphazardly
6 years ago
Brennen Bearnes
45084d079e
vim: syntastic mode toggle in menus
6 years ago
Brennen Bearnes
385a03ada9
use code.p1k3.com for mru plugin
6 years ago
Brennen Bearnes
28c60aa890
xmonad: commented out .screenlayout bit
6 years ago
Brennen Bearnes
7894959751
/etc/os-release in cheatsheet
6 years ago
Brennen Bearnes
81ce34fbc8
.vimrc: github links
6 years ago
Brennen Bearnes
22ed301d30
slightly more robust git prompt, via thcipriani
6 years ago
Brennen Bearnes
1151ca748e
.vimrc: window nav arrow keys; allow BPB_LonglineMode() redef; colors
The main thing here is that alt-[arrow] will work for jumping windows.
6 years ago
Brennen Bearnes
1974508230
.hacksrc_lo_dpi
Does, for the moment, nothing. Probably will never do anything. But then
you never know.
6 years ago
Brennen Bearnes
085c5f8b02
common-files-between-directories: does what says on tin
Uses comm(1) and bash process substitution to show filenames common between
two directories.
6 years ago
Brennen Bearnes
51d249cbcd
some miscellany for pypi bureaucracy
6 years ago
Brennen Bearnes
97050ece9a
add a couple things to cheatsheet
6 years ago
Brennen Bearnes
8146043f31
recent .vimrc tweaks: word wrapping in vimwiki, mostly
6 years ago
Brennen Bearnes
8416c41ef1
.sh_common aliases: mk and mka for mark, mark add
For use with the new mark(1) I've been sketching out lately.
6 years ago
Brennen Bearnes
1dc930ce4a
.gitconfig: cache credentials when using https remotes
6 years ago
Brennen Bearnes
65e7da547a
vim: mapleader to top of .vimrc; ,b for VimwikiGoBackLink; noswapfile
I kept hitting backspace and winding up on the wrong wiki page.
I think I've finally reached the point where swapfiles have cost me more
time and effort than they've saved me.
6 years ago
Brennen Bearnes
59574183c0
put / put-mv
6 years ago
Brennen Bearnes
aeee644689
cheat: s/Keys/Shell keys/
6 years ago
Brennen Bearnes
7b5688dfce
0-pad dated dir names in photocp
6 years ago
Brennen Bearnes
05d22c2aee
a bunch of random crap in fragments/
6 years ago
Brennen Bearnes
fd488fb45e
snowday
From https://github.com/brennen/snowday
6 years ago
Brennen Bearnes
7436d9e42e
dump_path -> dump-path
6 years ago
Brennen Bearnes
452f59a11b
add scping to squiggle.city to grab
6 years ago
Brennen Bearnes
6b6ad2ea60
rightnow: move unix time down the list
6 years ago
Brennen Bearnes
87f1b3dc0c
tweak git changelog format
6 years ago
Brennen Bearnes
8a240c3126
alias h: use 3000 directory history entries instead of 500
6 years ago
Brennen Bearnes
f37b5a1568
.vimrc: commented vimwiki_conceallevel
I was hoping to _just_ get rid of the shortening of long URLs, but as it
happens this affects other stuff (links, etc.) that's much more annoying.
6 years ago
Brennen Bearnes
3cd4422842
bin/dump_path: drop the current $PATH into the clipboard via xclip
Useful for figuring out what $PATH things run in the window manager
environment but not from within a shell can see.
6 years ago
Brennen Bearnes
cad0a2af64
.vimrc: add a (commented) hint about the idea for a filter-exec-stdin
6 years ago
Brennen Bearnes
56cceac150
fragment-entry: add a <h2> title, use in .vimrc
In vim, replaces a slightly more convoluted invocation of bin/today.
6 years ago
Brennen Bearnes
463c2d9519
git changelog alias
6 years ago
Brennen Bearnes
bc3750cecc
xmonad: M-i to run xrandr-invert-colors
6 years ago
Brennen Bearnes
e022f98f2f
add fragment-entry-gallery & fragment-entry-poem
6 years ago
Brennen Bearnes
e46db473c9
expect input from public_lynx instead of public
6 years ago
Brennen Bearnes
28af00910a
a .lynxrc & an editor wrapper for modifying p1k3 entries
This has very little utility, but might demonstrate a general
approach for using Lynx as a viewer for HTML files generated from some
other source and editing them from there. You hit `e` in Lynx and it
calls whatever editor is defined.
Hit `o` to set options and change the
editor in there to lynx-wrapper-edit, making sure to hit the "write
changes to disk" or whatever it says checkmark before applying changes.
This works by taking the path that Lynx passes off for the filename to
edit, changing part of that path with sed to reflect where the source
file is, and then handing that to vim to edit. After vim finishes, it
re-renders the static HTML files that Lynx is viewing.
6 years ago
Brennen Bearnes
2ff17cf369
$PATH tweaks, readme update
6 years ago
Brennen Bearnes
c6be3937ff
.vimrc: fix vundle remote
7 years ago
Brennen Bearnes
722e3c2094
xmonad: add clipit clipboard manager to bin/xmonad.start
I've come to rely on this thing, for better or worse. Mostly as a way
to paper over the hilariously inconsistent clipboard behavior of a modern
apps like browsers.
7 years ago