Commit Graph

100 Commits

Author SHA1 Message Date
David Todd (c0de)
b7ac358290 Actually install a general gitconfig
Whoops. I seem to have never included this in the install script...
I don't even know if it is a good config at this point and will probably replace it with something newer/better
2018-05-16 19:57:19 -05:00
David Todd (c0de)
1bd9e76d6e New tmux startup system
The first running shell on the system should launch tmux automatically
Future shells being opened on the same system will not automatically launch tmux
It does not matter if you later detach from that initial session (you can rejoin with `ta`)
2018-05-16 19:25:15 -05:00
David Todd (c0de)
a16dc2e70d Add quick command to connect to tmux
This will prefer the named tmux session 'C0DE', so that other tmux sessions can be done normally
2018-05-16 19:25:07 -05:00
David Todd (c0de)
e71b90df58 Automatically install TPM plugins upon initial launch
Otherwise, the user has to remember to `^a I` when inside tmux
2018-05-16 19:24:51 -05:00
David Todd (c0de)
371d53f318 Use the correct path for shared shell config
I'm almost never in bash, so I didn't notice the paths were wrong
2018-05-16 19:24:38 -05:00
David Todd (c0de)
8e5e39a67d Refine installation instructions 2018-05-16 19:24:29 -05:00
David Todd (c0de)
f4aed63181 Don't install wp-cli
I've never actually used this, so I probably don't need it
2018-05-16 19:24:00 -05:00
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
David Todd
0c4b016811 Reset color on brackets after time
otherwise the brackets would be a bolder
red than the others
2017-06-26 11:52:43 -05:00
c0de
2eb6a6471e Tweak the makedir commands 2017-06-22 22:23:29 -05:00
c0de
c152438e1c Make the installer executable 2017-06-22 22:17:14 -05:00
c0de
e7fb1c9032 This installs wp-cli
http://wp-cli.org/
2017-06-22 22:13:57 -05:00
c0de
9f0309e394 Add some install directories 2017-06-22 22:11:16 -05:00
c0de
c498d36714 Make plugin list multiline
Also install wp-cli
2017-06-22 22:10:25 -05:00
c0de
0cab5551f5 Add virtualenvwrapper
automatically loading into python's virtualenv

https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
2017-06-22 21:41:55 -05:00
c0de
1a491772be Add Readme
Also update .gitignore
2017-06-22 21:41:39 -05:00
David Todd
a41282c8d3 Move custom dir above theme
It's possibly a race condition that could be
preventing me from loading my version of darkblood
2017-06-22 16:48:57 -05:00
David Todd
d6dc16cca1 Keep this on one line 2017-06-22 12:50:53 -05:00
David Todd
062bc3fc0a Add Oh-My-ZSH root 2017-06-22 12:48:10 -05:00
David Todd
c5c93d4ffb Remove pathogen comments 2017-06-22 12:28:38 -05:00
David Todd
bd332e5e08 Add a license - MIT 2017-06-22 12:28:30 -05:00
David Todd
ec6f30e461 Add ending newlines 2017-06-22 12:22:53 -05:00
David Todd
431b7b719f Add basic install script 2017-06-22 12:21:58 -05:00
David Todd
69f0d3252d Break up TPM install to more lines
This will hopefully increase readability
and not actually break everything
2017-06-22 12:21:44 -05:00
David Todd
81f7be2560 Add my tweaked darkblood
It is exactly the same, except I've
added the time to the prompt
2017-06-22 11:51:11 -05:00
David Todd
d95f6c15a8 Change the custom directory
This is used for overriding anything that may
ship with Oh-My-ZSH. Themes for example
2017-06-22 11:50:27 -05:00
David Todd
2c536483d1 clean up my aliases 2017-06-21 14:00:30 -05:00
David Todd
4d3e31d399 Cleanup and comment functions
now up() works in zsh
2017-06-21 14:00:18 -05:00
David Todd
9ab748a6ca Add some more oh-my-zsh stuff
This is all stuff from the default ~/.zshrc
file that is created on install
2017-06-21 13:59:50 -05:00
David Todd
f17b4322ca Update tmux config 2017-06-21 13:59:17 -05:00
David Todd
9e7ff0dfa1 Add gitconfig 2016-06-14 14:21:43 -05:00
David Todd
fd4150afe8 Ignore backup files 2016-06-14 14:17:17 -05:00
David Todd
e6d1c74ce5 Add ZSH and BASH configs 2016-06-14 14:13:41 -05:00
David Todd
68f8a4404e Add shared functions 2016-06-14 14:13:17 -05:00
David Todd
c95404706c Add shared environment 2016-06-14 14:13:06 -05:00
David Todd
dca9f18c57 Add shared aliases 2016-06-14 14:12:53 -05:00
David Todd
f13b8c230f Add ignore file 2016-06-14 14:12:17 -05:00
David Todd
b398426f92 Add base VIM config 2016-06-14 13:33:44 -05:00
David Todd
4e4d0ea708 Add general TMUX config 2016-06-14 13:31:48 -05:00