Brennen Bearnes
2a8a8d49fd
bin/grab: remove an extraneous backslash escape
4 years ago
Brennen Bearnes
66576c3d3b
fragment-vimwiki-log: simplify date logic
It probably doesn't matter what's passed in in this case.
4 years ago
Brennen Bearnes
b92cf68483
bin/st: appease shellcheck
4 years ago
Brennen Bearnes
e50a0a09c1
photocp: move archive dir to workspace/photos
4 years ago
Brennen Bearnes
b98f3ed32f
foreach-assignment.php
4 years ago
Brennen Bearnes
801f9024ab
recent vim experimentation
- commentary
- some stuff for "log" entries in vimwiki
4 years ago
Brennen Bearnes
9681878409
use git-prompt.sh in zsh
This has more features than parse_git_branch, though it could use a way
to display the _number_ of untracked / modified files (I'll have to see
if that's available).
I'm not including a copy of git-prompt.sh in the repo. If it's not
available in the user's home directory, I mock up a function that uses
the old parse_git_branch instead.
4 years ago
Brennen Bearnes
8ec99ad47b
vim: vimwiki: get rid of config for p1k3 topics wiki
...since this isn't a thing any more.
4 years ago
Brennen Bearnes
bdccf7ce1a
fragments: used_names.sh
4 years ago
Brennen Bearnes
14074258c8
.sh_common: remove nvim aliases
nvim is totally horked on this system at present.
4 years ago
Brennen Bearnes
b52129f565
xmonad: switch back to konsole
4 years ago
Brennen Bearnes
c757200fe3
timeslice: fix pinboard auth
4 years ago
Brennen Bearnes
3ee6f8db06
.gitconfig: pushInsteadOf for wmf gerrit
Use SSH instead of HTTPS endpoint.
4 years ago
Brennen Bearnes
b57371a58c
.sh_common: zap ls alias
4 years ago
Brennen Bearnes
0c9adc5984
merge some recent laptop / desktop discrepancies
4 years ago
Brennen Bearnes
769cee0765
install.sh: fix cheatsheets install, add scrot
4 years ago
Brennen Bearnes
d89bdf08ac
git config: fix template location
4 years ago
Brennen Bearnes
5e59e01980
install.sh: add a handful of packages & instructions
Packages:
- fzf: terminal fuzzyfinder
- xclip: for clipboard manipulation
- xautolock, pngphoon, i3lock: for screen locking
- tree: for viewing file trees
Also runs vim plugin installation and reminds user to install commandlog
and chsh to use zsh.
4 years ago
Brennen Bearnes
435adfc1c2
a few tweaks from recent primary-machine-hopping
4 years ago
Brennen Bearnes
dc428ef658
fragments/pangrams/letter_freq.sh: explain exit codes
5 years ago
Brennen Bearnes
b81d9ae684
fragments/bin/letter_freq.sh: better comments
5 years ago
Brennen Bearnes
6ac57730b0
fragments/pangrams/letter_freq.sh
See this thread:
https://mspsocial.net/@earthtopus/103292407770594677
5 years ago
Brennen Bearnes
727f6a1eaf
rm bin/snowday
Finally stopped working - the Boulder Valley School District "improved"
its site. It was a pretty good run, all things considered.
5 years ago
Brennen Bearnes
5d10bea65f
.sh_common whitespace bitching
5 years ago
Brennen Bearnes
f609aafc4f
bin/fragment-vw-diarylink
I keep forgetting to use this.
5 years ago
Brennen Bearnes
9f02004f56
tmux: add some neovim-suggested config that i'm unsure about
I really don't know if this is doing anything or not.
5 years ago
Brennen Bearnes
6b4d269622
vim: re-enable gitgutter; tweaks for neovim; re-add some date keys
- tweak F7 binding for $MYVIMRC weirdness
- re-add variants of ,td and ,tD bindings because they're easy to use
for grabbing dates in logging stuff
- conditionalized clipboard config for neovim
- p1k3 now lives at ~/workspace/p1k3 by default
- back to iceberg for color scheme again I guess? I'm dissatisfied
about colorschemes.
- add rust.vim
- turn gitgutter back on
5 years ago
Brennen Bearnes
b21d154c3c
zsh: display number of background jobs
This is, in fact, super handy. I'm pretty sure I got this idea from
reading somebody's config on lobsters, although I'm not exactly sure.
5 years ago
Brennen Bearnes
d8b72e642a
.sh_common: use l alias for default ls
(Which now means exa, if it's available.)
5 years ago
Brennen Bearnes
52ad911af1
pangram analysis fragment from earthtopus
5 years ago
Brennen Bearnes
eeb5e5f9c6
git log-notes: fetch refs/notes/review and log with them included
...for Gerrit remotes, of which there are a lot in my life these days.
5 years ago
Brennen Bearnes
15f1d96c6e
Merge branch 'master' of code.p1k3.com:brennen/bpb-kit
5 years ago
Brennen Bearnes
f63cec4e4f
alacritty configuration
5 years ago
Brennen Bearnes
96e54eb6a7
bin/fragment-weather
5 years ago
Brennen Bearnes
30968c7387
zsh: stop resetting prompt, set window title
Resetting the prompt was causing weirdness with fzf (and maybe some other
things). The window title just seems nice to have.
5 years ago
Brennen Bearnes
bedf19bced
xmonad.start: some shellcheck cleanup
...silence a warning, quote ssh-agent results.
5 years ago
Brennen Bearnes
f23a31abf2
vim: swapfile notes, inkpot colorscheme
5 years ago
Brennen Bearnes
7e08387456
vimwiki: automatic nested syntax
5 years ago
Brennen Bearnes
292c6b11e7
fragments/stdclass.php: stdClass isn't a universal base
5 years ago
Brennen Bearnes
9d6201172c
.sh_common & todaydir: P1K3_ROOT, go & cargo roots, exa for ls
- Adds a P1K3_ROOT environment variable, and a default of
~/workspace/p1k3 (this is new)
- allows exa for ls aliases
- Tweaks h() history length a bit
5 years ago
Brennen Bearnes
541381b111
xmonad: alacritty instead of gnome-terminal for default
5 years ago
Brennen Bearnes
b5d7ec2664
gvim: colorscheme hornet
5 years ago
Brennen Bearnes
43f7aa0e84
/etc/hosts
5 years ago
Brennen Bearnes
a65c836a65
xmonad: add mod-n for note window popup
This didn't used to work. I assume that either some upstream bug has been
fixed or something else in my environment has changed.
5 years ago
Brennen Bearnes
4e14cd0728
add ~/bin/c-to-f: celsius to fahrenheit
Complements the existing f-to-c.
5 years ago
Brennen Bearnes
fa8555aa0f
vim: highlight debugging, voom, vimwiki syntax
Updates version of VOom, which I haven't really used but may at some point.
Fixes some weirdness with embedded syntaxes in vimwiki by commenting out
the config for specific embedded syntaxes - this should be redundant anyway
since it's auto-detected.
5 years ago
Brennen Bearnes
e0446a7f08
add ~/bin/arc link to arcanist
5 years ago
Brennen Bearnes
d6e0480ab0
vim: silence go version warning, add auto_diary_index
5 years ago
Brennen Bearnes
3e4eecd669
add ~/bin/xterm-lynx
5 years ago
Brennen Bearnes
69ac058419
add stuff from /etc/lynx
Mostly overwrites some timings.
5 years ago