Brennen Bearnes
bed0218c76
uxterm / .Xresources: use TERM=xterm-256color
The answer by Gilles was the hint I needed here:
"Leaving the default value of xterm and setting the termName resource to
xterm-256color (which causes the environment variable TERM to be set to
the same value) are thus both sensible choices. Setting TERM to arbitrary
values wouldn't work, but both xterm and xterm-256color make sense."
https://unix.stackexchange.com/questions/108410/is-it-correct-to-set-the-term-variable-manually
6 years ago
Brennen Bearnes
b257ed5513
bin/grab: recent path tweaks
6 years ago
Brennen Bearnes
dbf34adc12
.vimrc: don't use YouCompleteMe for now; single-click NERDTree dir nodes
6 years ago
Brennen Bearnes
f98749c359
bin/wrt-serve: the lazy version of something i should do for real
6 years ago
Brennen Bearnes
eded281910
today: allow an optional date parameter
6 years ago
Brennen Bearnes
4b2da8fd06
.zshrc: various yaks (prompt color, nav keys, etc.)
- add zsh syntax highlighting plugin
- add more color options to prompt configuration
- tweak inertia prompt colors
- refresh prompt periodically (this may need some thought)
- add Alt-Up, Alt-Back for dir navigation
- automatically rehash to pick up new commands for completion
6 years ago
Brennen Bearnes
f2365d08d6
timeslice: clean up output, fix a stderr redirection bug
- stop erroring on utf-8 output
- use the right syntax for redirecting stderr
- don't display sections with no output
- indicate vimwiki path
6 years ago
Brennen Bearnes
efc43f0ee8
turn gvim toolbar back on, add some buttons
6 years ago
Brennen Bearnes
32afb16314
zsh prompt: remove unnecessary space
6 years ago
Brennen Bearnes
d3cb53634b
flesh out install.sh (in the lamest possible way)
Also removes xmodmap from xmonad.start.
6 years ago
Brennen Bearnes
c9d406b1a4
xmobar weather: s/KDEN/KLMO/
6 years ago
Brennen Bearnes
7759cd774f
new utils: addscript, f-to-c, put-mv-notes
addscript: add a new script in ~/bin.
f-to-c: convert degrees Fahrenheit to degrees C. A wrapper around
units(1), because I'm always forgetting the syntax for this.
put-mv-notes: move the currently yanked file to ~/notes.
6 years ago
Brennen Bearnes
43d89db4bf
vim: youcompleteme, fully-random apg strings
6 years ago
Brennen Bearnes
ef90a1668a
zsh: tweak prompts & some comments; add menu select to completion
6 years ago
Brennen Bearnes
8783bd361d
vim: revert to regular line number toggling from cycle
6 years ago
Brennen Bearnes
b9573c9c41
.gitconfig: gitreview options
6 years ago
Brennen Bearnes
2ec94c3bc5
bin/edit-clipboard: allow $EDITOR to contain spaces / flags
6 years ago
Brennen Bearnes
e7d01f69f1
bin/today: add year to datestamp
6 years ago
Brennen Bearnes
46347954e3
bin/mostrecent: add an optional directory param
6 years ago
Brennen Bearnes
baba25d228
add git-edit-changed, git-sel-changed, completions for both
Use fzf to select files from changed files (including untracked) in a
working tree. Thanks to @tomasino@mastodon.sdf.org for the git subcommand
idea here - these are scripts rather than aliases, but the interface
is pretty well the same:
https://mastodon.social/@brennen/101440377610036479
6 years ago
Brennen Bearnes
ae13ede950
~/bin/{http-{cwd,local-cwd}
Serve the current directory.
6 years ago
Brennen Bearnes
607cb077c2
organize some fragments a bit
6 years ago
Brennen Bearnes
1a52fa9464
vim: add ,ts mapping to run timeslice for file in current buffer
6 years ago
Brennen Bearnes
2faea9cfd3
put: do cp -r
6 years ago
Brennen Bearnes
4f64fb892a
timeslice: add last git commit date for file
Shells out twice in a silly way.
6 years ago
Brennen Bearnes
f3ab99ced6
fragments/test-run-parts
6 years ago
Brennen Bearnes
8178f33177
timeslice: cd to $HOME before running mr
6 years ago
Brennen Bearnes
36639752e7
timeslice: potentially get multiple dates per file
6 years ago
Brennen Bearnes
3307d8db0d
bin/edit-clipboard-gvim
6 years ago
Brennen Bearnes
443d50a6d8
apache2 -> etc/apache2; remove some .xinitrc comments
6 years ago
Brennen Bearnes
6f9cff4724
bin/timeslice: add myrepos log, tidy display slightly
6 years ago
Brennen Bearnes
7dd359955b
.vimrc: get rid of "ENTER to continue" some messages
6 years ago
Brennen Bearnes
54c19dac97
timeslice: stub myrepos()
6 years ago
Brennen Bearnes
3be78ebe5f
add dunst for notifications
6 years ago
Brennen Bearnes
04bfb9e47d
.vimrc: add func / menu command to get timeslice window for current buffer
6 years ago
Brennen Bearnes
b2123a1f81
.vimrc: try line number cycling again
6 years ago
Brennen Bearnes
6fd328bff7
.vimrc: fix Listbindings cheat menu
6 years ago
Brennen Bearnes
888afa8f1e
timeslice: add file mtime & embedded date handling
Adds a --file option that will either:
- pull the date from a vimwiki filename
- pull the date from a p1k3 entry path
- pull the day from file's mtime
6 years ago
Brennen Bearnes
f8544374a2
timeslice: fix p1k3 entry-grabbing (was using a hardcoded path)
6 years ago
Brennen Bearnes
78865a6646
some pod tweaks to dog & photocp: remove gmail addy, order options to dog
6 years ago
Brennen Bearnes
6cc4353748
chmod +x bin/enterprise
6 years ago
Brennen Bearnes
be5ebe6402
pinboard entries in timeslice
6 years ago
Brennen Bearnes
6a312f148d
move fragments into /home, add a couple things to cheat
6 years ago
Brennen Bearnes
503c9000ff
bin/timeslice
Aggregates some stuff by date range.
6 years ago
Brennen Bearnes
b0ab44718f
import wthr to bin from its own repo
This is Tyler's bash version, just because it doesn't have much in the
way of dependencies.
6 years ago
Brennen Bearnes
88f0c0af5f
photocp: tweak homedir var
6 years ago
Brennen Bearnes
0bef4a898f
git-gui: remove special font config
6 years ago
Brennen Bearnes
73ff404dbb
switch terminal back to konsole from uxterm
6 years ago
Brennen Bearnes
5e7a8ce492
shell config: slight path cleanup
6 years ago
Brennen Bearnes
3a0012f724
todaydir: better non-zero-padded day/months
6 years ago