858a1c98e1 
							
						 
					 
					
						
						
							
							Changed the source directory from Code -> src.  
						
						 
						
						
						
					 
					
						2019-10-05 15:43:08 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6a4f0ba91b 
							
						 
					 
					
						
						
							
							Added file structure documentation for zsh.  
						
						 
						
						
						
					 
					
						2019-09-21 21:06:28 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							29c8087bc2 
							
						 
					 
					
						
						
							
							Formatting.  
						
						 
						
						
						
					 
					
						2019-09-21 20:59:18 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5760e74477 
							
						 
					 
					
						
						
							
							Added actual script.  
						
						 
						
						
						
					 
					
						2019-09-21 16:24:19 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							abd085d1ed 
							
						 
					 
					
						
						
							
							Added SmoothSrolling and Incremental Search  
						
						 
						
						
						
					 
					
						2019-09-21 16:23:30 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6bba91cd5c 
							
						 
					 
					
						
						
							
							Added Text to Speach system. This currently doesnt' support OSX.  
						
						 
						
						
						
					 
					
						2019-09-21 15:04:38 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							22fb953c36 
							
						 
					 
					
						
						
							
							Added theme.  
						
						 
						
						... 
						
						
						
						It is based off of onedark, which is the theme Doom is based off of. 
						
					 
					
						2019-09-21 15:03:20 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7d9dea1fe8 
							
						 
					 
					
						
						
							
							Corrected Naming of Tridactyl config.  
						
						 
						
						
						
					 
					
						2019-09-21 15:02:28 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1c532913fd 
							
						 
					 
					
						
						
							
							Added zlogout  
						
						 
						
						
						
					 
					
						2019-09-17 21:12:24 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8414ecc739 
							
						 
					 
					
						
						
							
							Adding back redshift.  
						
						 
						
						... 
						
						
						
						This doesn't seem to be the source of the crash 
						
					 
					
						2019-09-17 21:08:28 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							18905bad56 
							
						 
					 
					
						
						
							
							Added , as leader.  
						
						 
						
						
						
					 
					
						2019-09-17 19:44:18 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							32af063826 
							
						 
					 
					
						
						
							
							Added logout prompt.  
						
						 
						
						
						
					 
					
						2019-09-09 22:31:21 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7271daf860 
							
						 
					 
					
						
						
							
							Added additional options to directory tooling.  
						
						 
						
						... 
						
						
						
						Most notiable is Extended globbing. 
						
					 
					
						2019-09-05 18:38:36 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							95c8eb96be 
							
						 
					 
					
						
						
							
							Fixed issue for undefined spacemacs version is not specified  
						
						 
						
						
						
					 
					
						2019-09-05 18:36:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a3b2955e60 
							
						 
					 
					
						
						
							
							Fixed issue stemming from eval order in make if statement.  
						
						 
						
						... 
						
						
						
						So I found a rather weird issue. The makefile was evaling the
conditional of a target before that target is called.
`make install` is a empty target with a ordered dependency: `init` and
`update`. In the `init` script section it will install the `~/.zplug`
zsh dependency, and the update script checks to see if that target
exist, aborting if it doesn't. The issue is that running `make install`
will install the `~/.zplug` dir, then report that the dir doesn't exist.
Where running `make init && make update` will work as expected.
There is probably some flag in make to resolve this, but I was unable to
to find any documentation for this. 
						
					 
					
						2019-09-05 15:21:41 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							af327ff7f5 
							
						 
					 
					
						
						
							
							Added FiraCode Ligatures to doom config.  
						
						 
						
						
						
					 
					
						2019-08-26 14:35:50 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							da3716a1d5 
							
						 
					 
					
						
						
							
							Added PIP support for Firefox Picture & Picture.  
						
						 
						
						
						
					 
					
						2019-08-21 23:07:24 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6cfa50a2a6 
							
						 
					 
					
						
						
							
							Formating and white spacing.  
						
						 
						
						
						
					 
					
						2019-08-21 22:11:02 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9aa3561079 
							
						 
					 
					
						
						
							
							Added please alias from @kathyra_  
						
						 
						
						
						
					 
					
						2019-08-18 12:45:35 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1f955542e0 
							
						 
					 
					
						
						
							
							Added beginning and end of line keybinds.  
						
						 
						
						... 
						
						
						
						home goes to the bol. end goes eol. 
						
					 
					
						2019-08-08 22:08:16 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							439f070b94 
							
						 
					 
					
						
						
							
							Added directory configuration to plug  
						
						 
						
						
						
					 
					
						2019-08-08 22:07:04 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							74146fa0c4 
							
						 
					 
					
						
						
							
							Formating  
						
						 
						
						
						
					 
					
						2019-08-05 21:32:55 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							96fa7dec37 
							
						 
					 
					
						
						
							
							Remvoved errant copy of aliases.  
						
						 
						
						
						
					 
					
						2019-08-05 21:31:49 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ca4effa77d 
							
						 
					 
					
						
						
							
							Relocated doom bin loading to path.  
						
						 
						
						
						
					 
					
						2019-08-05 21:16:31 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e76bc30250 
							
						 
					 
					
						
						
							
							Formatting.  
						
						 
						
						
						
					 
					
						2019-08-04 20:50:18 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							eaed9d80df 
							
						 
					 
					
						
						
							
							Added support for both DOOM and Spacemacs  
						
						 
						
						... 
						
						
						
						To use one or the other specify set variable to either `doom` or
`spacemacs`. If no value is specified it will default to Spacemacs,
though this may change in the future. 
						
					 
					
						2019-08-04 20:41:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d97bd5b7a2 
							
						 
					 
					
						
						
							
							Organizing i3 config.  
						
						 
						
						
						
					 
					
						2019-08-04 17:09:30 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							048141c771 
							
						 
					 
					
						
						
							
							Updated to use spacemacs master.  
						
						 
						
						
						
					 
					
						2019-08-04 17:08:04 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							108e72b794 
							
						 
					 
					
						
						
							
							Added todoist and wifi-menu applicaitons  
						
						 
						
						
						
					 
					
						2019-08-04 17:06:54 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							34d42a83d8 
							
						 
					 
					
						
						
							
							Disabling clipman and redshift.  
						
						 
						
						... 
						
						
						
						I'm trying to figure out what is causing sway on my machine to
sporadically crash 
						
					 
					
						2019-08-03 17:58:48 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a8b85de566 
							
						 
					 
					
						
						
							
							Adding golang path to Code path.  
						
						 
						
						
						
					 
					
						2019-08-03 17:56:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							47d48ee706 
							
						 
					 
					
						
						
							
							rework of i3 configuration  
						
						 
						
						
						
					 
					
						2019-06-28 20:18:26 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e3b223a4f0 
							
						 
					 
					
						
						
							
							Added GOPATH to Path.  
						
						 
						
						
						
					 
					
						2019-06-28 20:17:56 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							4df910b72d 
							
						 
					 
					
						
						
							
							Updated makefile to use i3-msg instead of swaymsg. Copy and paste error.  
						
						 
						
						
						
					 
					
						2019-06-28 20:17:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6c27eb41e3 
							
						 
					 
					
						
						
							
							Fixed typo breaking OS and hostname binding script.  
						
						 
						
						
						
					 
					
						2019-06-28 20:16:14 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b0396bcda4 
							
						 
					 
					
						
						
							
							Added empty user-config.el  
						
						 
						
						
						
					 
					
						2019-06-17 21:09:46 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1701752b32 
							
						 
					 
					
						
						
							
							Added Power Menu.  
						
						 
						
						
						
					 
					
						2019-06-17 21:07:14 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b8f9e403b9 
							
						 
					 
					
						
						
							
							Moved config.  
						
						 
						
						
						
					 
					
						2019-06-16 19:17:07 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							eedbe2e6ce 
							
						 
					 
					
						
						
							
							Formatting.  
						
						 
						
						
						
					 
					
						2019-06-16 19:16:07 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							fdebc10966 
							
						 
					 
					
						
						
							
							Removed redundant comments from .gitignore.  
						
						 
						
						
						
					 
					
						2019-06-16 19:12:20 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3afd9d05ce 
							
						 
					 
					
						
						
							
							Refactored for i3. Sway is having some issues.  
						
						 
						
						... 
						
						
						
						I may end up using i3 for a little bit. 
						
					 
					
						2019-06-16 19:09:46 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ccb3696285 
							
						 
					 
					
						
						
							
							Added no action for makefiles.  
						
						 
						
						
						
					 
					
						2019-06-16 18:58:36 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8f0eccefde 
							
						 
					 
					
						
						
							
							Moved sway script into separate directory  
						
						 
						
						
						
					 
					
						2019-06-16 18:47:19 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c61227779e 
							
						 
					 
					
						
						
							
							And I was mistaken. output calls swaybg. I readded it.  
						
						 
						
						
						
					 
					
						2019-06-16 14:44:43 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e39b5f52c3 
							
						 
					 
					
						
						
							
							Removed bg output as it was dropped in 1.1 in favor of swaybg.  
						
						 
						
						... 
						
						
						
						https://github.com/swaywm/sway/releases/tag/1.1  
						
					 
					
						2019-06-14 22:11:59 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3fac31bddb 
							
						 
					 
					
						
						
							
							Refactor makefile for ssh.  
						
						 
						
						
						
					 
					
						2019-06-14 21:49:18 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							de228e5011 
							
						 
					 
					
						
						
							
							Added init support for go, python, and shell.  
						
						 
						
						
						
					 
					
						2019-06-14 21:04:50 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a01e6dfd3f 
							
						 
					 
					
						
						
							
							Making mako makescript more verbose.  
						
						 
						
						
						
					 
					
						2019-06-14 21:01:31 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							611f2bd51b 
							
						 
					 
					
						
						
							
							Added desktop to handle rofi "applications"  
						
						 
						
						
						
					 
					
						2019-06-14 20:47:58 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							948da03559 
							
						 
					 
					
						
						
							
							Expanded media controller script to reduce git-chrun.  
						
						 
						
						
						
					 
					
						2019-06-10 00:14:30 -04:00