Alois Mahdal
							
						 
						
							
								43ad9ee420
								
							 
						 
						
							Added example message file 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								fe58d070de
								
							 
						 
						
							Better message file name semantic 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								329145f63d
								
							 
						 
						
							Added forgotten script 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								a07354da5a
								
							 
						 
						
							Cleanup 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								587ff4f2fa
								
							 
						 
						
							Added new alias, cmt for cm with typo message 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								a7d0b5122e
								
							 
						 
						
							Fixed aegument passing error with git() bash wrapper 
							
							 
							
With calls like `git --version`, "--version" was passed to grep as its
own parameter.  This also affected git tab completion features. 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								7c7014bdab
								
							 
						 
						
							Turned off folding in vim-markdown 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								46fd3c3cf5
								
							 
						 
						
							Added vim-markdown mode by plasticboy 
							
							 
							
https://github.com/plasticboy/vim-markdown 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								03c3ead695
								
							 
						 
						
							Added ability to disable git commands entirely 
							
							 
							
Especially useful because of the dangetous git-am behavior and its
short name (easily confused with my often used alias `am`). 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								a24fa28cdc
								
							 
						 
						
							Installed new host 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								fc4bfd865f
								
							 
						 
						
							Store .swp files on a SDGish user-specific place: ~/.local/share/vim 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								edb770402e
								
							 
						 
						
							Nicer vertical comment style 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								ec519dbf14
								
							 
						 
						
							Typo 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								43b82ab1b6
								
							 
						 
						
							Added `cls` to conventions 
							
							 
							
http://stackoverflow.com/questions/18489180/convention-for-my-class-in-class-method 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								90070554c7
								
							 
						 
						
							Added StandardError to list of highlighted exceptions 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								b5f3f145e3
								
							 
						 
						
							Added .Xdefaults  (only for URxvt so far) 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								4d8677186c
								
							 
						 
						
							Added MusicBrainz Picard 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								a4ecb15727
								
							 
						 
						
							New Git alias: grr, like gr but much smaller--ignores linear parts 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								530813d4a2
								
							 
						 
						
							Ignore ubiquitous gitbits 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								b789148a13
								
							 
						 
						
							Get rid of .pyc (and possibly .pyo) files 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								474b8bb0b4
								
							 
						 
						
							Added sc alias for Czech-English dictionary using se 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								d5d2156180
								
							 
						 
						
							Set vim as editor of choice 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								5f4a8a3609
								
							 
						 
						
							Removed bogus config 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								62ea56b75f
								
							 
						 
						
							Added cp for cherry-pick 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								686594be92
								
							 
						 
						
							Added flake8 checker to vim (press F7) 
							
							 
							
[Flake8](http://pypi.python.org/pypi/flake8/) is a wrapper around
PyFlakes (static syntax checker), PEP8 (style checker) and Ned's
MacCabe script (complexity checker). 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								708c91c624
								
							 
						 
						
							Add number to grepr 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								116bdd5960
								
							 
						 
						
							Make colordiff use the --unified format 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								1d5c119362
								
							 
						 
						
							Fixed typos 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								7a2cf1f58f
								
							 
						 
						
							2 empty lines before heading 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								e3007d2a3b
								
							 
						 
						
							Fixed line length to less than 80 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								21b495d3d7
								
							 
						 
						
							Added alias grepr="grep -r . -e" 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								751801022f
								
							 
						 
						
							Split long line in gitconfig for readability 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								0f5604d5f1
								
							 
						 
						
							Added shell `clear` before `add --patch` and `diff --cached` 
							
							 
							
Thanks to [this question on SO][1].
  [1]: http://stackoverflow.com/questions/7534184/git-alias-multiple-commands-and-parameters 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								c403937892
								
							 
						 
						
							Added "private" bundle 
							
							 
							
Here you can add vim overrides that you need to exclude from Github.
Of course, this *will not work* for other sharing mechanisms like Dropbox. 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								5bca16da09
								
							 
						 
						
							Added TODO 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								f172947ad3
								
							 
						 
						
							Updated TODO 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								7a2c1cf5d2
								
							 
						 
						
							Added html5.vim 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								46c7a23f8f
								
							 
						 
						
							Removed RVM from PATH 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								7742f576f5
								
							 
						 
						
							Removed unnecessary aliases 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								13c673282e
								
							 
						 
						
							Merge branch 'master' into altdirs 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								d35fac0f3d
								
							 
						 
						
							Added bash alias `lla` for `ll -a` 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								415da606a2
								
							 
						 
						
							Implemented alternative dotfile dirs via mask mechanism 
							
							 
							
Each mask is appended to DOTROOT to create an alternative DOTROOT path,
and finally to link target.  Therefore, you can have shared structure
like this:
    dotroot/fooapp
    dotroot/barapp
    dotroot.config/janeapp
    dotroot.config/aliceapp
    dotroot.local/share/janeapp
    dotroot.local/share/fooapp
The first two examples work just like before, but if masks ".config" and
".local/share" are defined, the rest is treated specially.  Final
mapping looks like this:
    ~/.fooapp -> dotroot/fooapp
    ~/.barapp -> dotroot/barapp
    ~/.config/aliceapp -> dotroot.config/aliceapp
    ~/.config/janeapp -> dotroot.config/janeapp
    ~/.local/share/fooapp-> dotroot.local/share/fooapp
    ~/.local/share/janeapp -> dotroot.local/share/janeapp
This allows for quite a good flexibility of how you define your shared
structure to reflect habits of many common applications while retaining
ease of deplyment.
Note that:
*   `.config` and `.local/share` masks are defined by default
*   you can provide your own by using one or more `--mask` arguments;
    this, however, removes the default ones
**Warning:** Potential clases between masks like ".local/share and
".local" are **not** solved within script.  Avoid that.  Currently
it's an undefined behavior. 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								2b6b3cbb86
								
							 
						 
						
							Removed unnecessary argument 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								4dcfc35915
								
							 
						 
						
							Resolve link source to absolute path to minimize bad links 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								72900240d2
								
							 
						 
						
							Rewrote mklinks in Perl 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								163302de44
								
							 
						 
						
							Added note on how to make perlcritic.vim work 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								b81d6d97de
								
							 
						 
						
							Fixed typo 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								c38e5702e5
								
							 
						 
						
							Fixed typo 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								fd04f73011
								
							 
						 
						
							Added installation instructions 
							
							
						 
						12 jaren geleden  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								b1fc23b3be
								
							 
						 
						
							Added gnucash-importer to PERL5LIB 
							
							
						 
						12 jaren geleden