Commit Graph
12 Commits
Author SHA1 Message Date
David Todd (c0de) c3831f3e7d Disable TMUX attaching on shell open
I found that this can be fairly annoying.
Perhaps add an env variable (or something) if I want to use auto attach
2018-05-16 16:48:48 -05:00
David Todd (c0de) 02aa366622 add poor man's shred 2018-05-16 16:47:30 -05:00
David Todd (c0de) a775e08560 Add catimg omz plugin
Requires ImageMagick - converts images to 256 color ansi and prints to stdout
More info: https://github.com/posva/catimg
2018-02-11 00:01:55 -06:00
David Todd (c0de) ef9f2a40e0 License Update 2018-02-10 23:32:15 -06:00
David Todd (c0de) 56444c027c Finalize automatic updates
All instances of dotfiles from this point forward will
now ask to update automatically every 2 weeks

Delete ~/.dotfiles-update to restart the counter
2018-02-10 23:20:15 -06:00
David Todd (c0de) 3f71537d9d some tweaks
Added the _ to $DOTFILES to prevent it from appearing first in tab-completion
2018-02-10 23:20:07 -06:00
David Todd (c0de) a36c5ad81d can't use my back alias
interesting. Im almost there
2018-02-10 22:06:47 -06:00
David Todd (c0de) c0431171d6 Fix setting this up 2018-02-10 22:02:53 -06:00
David Todd (c0de) 3dda7895d2 [TMUX] Turn off mouse options
This seems to interfere with selecting text
and copying to clipboard with the mouse

This activates tmux's scrollback 
in a similar way to: c-A [ 
and prevent copying
2018-02-10 21:53:37 -06:00
David Todd (c0de) 81301e3ccc Automatic updates
By default, this should prompt to update once every 14 days.
If user answers anything other than y/Y, wait until next cycle
If user answers y/Y, pull down the current branch's dotfiles
(ensure that your machine is on the correct branch if you have multiple)
2018-02-10 21:36:07 -06:00
David Todd (c0de) 46f08706bf :3 2018-02-10 19:44:09 -06:00
David Todd (c0de) 130ba2d1a5 Attach tmux session upon entering shell
If the tmux session "C0DE" does not already exist, it will be created
2018-02-10 19:22:34 -06:00