Brennen Bearnes
f975e95616
remove ansible from path (global install)
7 years ago
Brennen Bearnes
dae819e12c
vim: colorscheme peppers
7 years ago
Brennen Bearnes
2f604f900f
vim: guifont to droid sans mono 13
7 years ago
Brennen Bearnes
de2278d360
chill out on the gvim-specific config
8 years ago
Brennen Bearnes
dcf771ef19
add escalation as a host
8 years ago
Brennen Bearnes
5b69065e64
some .vim commentary
8 years ago
Brennen Bearnes
d14391940a
vimwiki: syntax highlighting, F8 datestamp, colors
I'm keeping snippets of code and shell transcripts in vimwiki as I work
on things. Adding syntax highlighting is pretty nice for this.
Also mapped F8 to spit out an ISO-8601 datestamp, which seems useful
for logging times in a diary entry or the like.
8 years ago
Brennen Bearnes
4fb8411292
vim: BPB_ListBindings() to get a list of bound keys
Useful for debugging various and sundry keybinding things. Better this
way because paging through the output of :map by hand is lame.
8 years ago
Brennen Bearnes
1b113b78aa
vimwiki tweaks: add mattn/calendar-vim, custom path, folding, keys
8 years ago
Brennen Bearnes
3d109d1d4c
`tmux -2` for 256 color mode in notesession
Makes a world of difference for things like vimwiki.
8 years ago
Brennen Bearnes
55dcf42fd3
bin/firejail-google-chrome
...one of those scripts that exists purely as a reminder that i can do a
thing.
8 years ago
Brennen Bearnes
f85011d57d
.Xresources: comment out emacs font customization
...this was causing emacs to crash at startup, probably because I'm missing
a font on this system.
8 years ago
Brennen Bearnes
c52d82148f
add vimwiki
8 years ago
Brennen Bearnes
f9bbf5ff33
add a handful of recent commands to README.md
8 years ago
Brennen Bearnes
46d3233999
vim-orgmode
...I probably won't use it much, but I'm playing with real org mode over
in emacsland and it's handy to have some support here.
8 years ago
Brennen Bearnes
5ba795006b
fzf for ctrl-r: default to exact matches
Seems to involve less flailing, at least for this use case.
8 years ago
Brennen Bearnes
01266b1ce7
.sh_common: ansible path nonsense
8 years ago
Brennen Bearnes
a4f2e503ea
exec filters: commentary.
8 years ago
Brennen Bearnes
39f98d5dfb
vim: back to mustang; zsh: back to star for prompt char
It turns out that terminals really can't handle a lot of unicode chars
without freaking out. Better fonts might help; I'm not honestly sure.
8 years ago
Brennen Bearnes
a9a0ec351b
a stub installer script
This should be a Makefile, and have things in it.
8 years ago
Brennen Bearnes
f619cc2a1a
keyboard: add compose key, capslock -> ctrl at system level
Also adds etc/default/ - I should probably come up with a more rigorous
layout for directories external to home.
8 years ago
Brennen Bearnes
4843e325eb
vim: add basic fzf plugin
8 years ago
Brennen Bearnes
ef90023830
shell: tidy aliases and utilities
Nothing drastic in this commit; just takes care of some little
inconsistencies and quibbles. Probably breaks a few files with calls to
filter utilities, but those should be easy to fix on a case-by-case basis.
I'm renaming them because there's nothing vim-specific about them.
- move a few aliases to bin/
- tags -> build-tags
- extip -> get-external-ip
- rename some utils in bin/
- vim-filter-* to filter-*
- vertical to filter-vertical
- remove some bogus stuff from bin/
- googleearth
- d (some thing i was messing around with for menus)
- pup (nice util, but should install elsewhere)
- add a bin/cheat to hang cheatsheet stuff on
- use fzf-tmux for h alias
8 years ago
Brennen Bearnes
f43291ccb6
vt alias; some dumb commentary
8 years ago
Brennen Bearnes
89d8ba70a2
add fzf; move git func to .sh_common; add unsorted-unique
fzf:
https://github.com/junegunn/fzf
I'm not 100% sold yet, but it's basically dmenu for the shell. Much to
recommend. Adds an improved ctrl-r.
unsorted-unique is just a wrapper around a short awk operation. I put it
in its own script because quoting things in aliases is hard.
8 years ago
Brennen Bearnes
778404ed7c
rm log-command
8 years ago
Brennen Bearnes
9730017db6
revert to not using oh-my-zsh
It's neat; it's too opinionated.
8 years ago
Brennen Bearnes
31e72c303d
start in on a command-line history db
This is way primitive, but I think a full-featured version won't actually
be much more code.
8 years ago
Brennen Bearnes
9fe84e3436
moar vim history
8 years ago
Brennen Bearnes
fd529368b1
tweak zsh prompt theme
I'm still not really sold on this Oh My Zsh business.
8 years ago
Brennen Bearnes
1ac0c58584
switch to oh-my-zsh
History is still kind of weird with this. Switches to using scd for
directory history.
8 years ago
Brennen Bearnes
633739e2e2
alias agu to apt update & upgrade
8 years ago
Brennen Bearnes
3eb938428e
rm home/bin/{add,find}prop - moving these to wrt
These will now be subcommands of the wrt tool instead of clogging up the
general namespace for no particular reason.
8 years ago
Brennen Bearnes
120574f0af
vim: miscellaneous yaks: Datestamp; colors; Timestamp
8 years ago
Brennen Bearnes
463f17f5b6
shell config: tidy comments, order; add "[bash]" to bash prompt
Sometimes it's good to be reminded what shell you're in.
8 years ago
Brennen Bearnes
cccaac431b
vim: split colorscheme between terminal and gvim, airline to dust
8 years ago
Brennen Bearnes
0495e3e8df
vim: better BPB_TodayDir()
8 years ago
Brennen Bearnes
a4cc6f7787
shell config: more consistent use of ~/.histfile; update path
8 years ago
Brennen Bearnes
3dc0f60622
Merge branch 'master' of github.com:brennen/bpb-kit
8 years ago
Brennen Bearnes
5c8594a5d2
vim-filter-exec*: just call this with ,r
Kind of silly to have two aliases here, since they use different markers.
8 years ago
Brennen Bearnes
d08a8e4b21
zsh: history search on up/down arrows
Possibly quite slick.
8 years ago
Brennen Bearnes
ec24c1fb45
vim: vim-fontsize; working colorcolumn toggle
8 years ago
Brennen Bearnes
2e18dc2995
zap an unyank swapfile
8 years ago
Brennen Bearnes
0ce460c32e
README.md: reorder; add yank, unyank, rightnow; remove redshift-wrapper
8 years ago
Brennen Bearnes
a024c2e724
dependency .deb: add byzanz and festival
Recording gifs, text-to-speech.
8 years ago
Brennen Bearnes
ab855553c1
remove some swapfiles
8 years ago
Brennen Bearnes
c69a493f1c
.vimrc: add stub BPB_ColorSchemeOverrides()
8 years ago
Brennen Bearnes
b03abbeb8e
.bashrc: enable autocd
Like zsh's autocd - treat a bare directory name as `cd directory`.
8 years ago
Brennen Bearnes
7d78d4d308
.vimrc: in which i learn how to use feedkeys()
8 years ago
Brennen Bearnes
995d4428b5
Merge branch 'master' of github.com:brennen/bpb-kit
Conflicts:
home/.vimrc
8 years ago