Skip to content

t0d0r/dotmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

Dot files from my Mac OS X.

How to install it

  mkdir github
  cd github
  git clone git://github.com/t0d0r/dotmatrix.git
  cd dotmatrix && ./bin/dotmatrix-install

If you prefer zsh, here is how to install it:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

It is possible git submodule commands to fail, try this to solve it

Notes

  • .netrc - part of goobook mutt helper

Convert .gitmodule files to commands:

cat .gitmodules | grep -v submodule \
	| paste -s -d' \n' - | tr -s '\t' -t \
	| awk '{ print "git submodule add " $6 " " $3}'

git submodule update --remote --merge