all:
	- rm dotfiles.tar.gz
	- chown -R noahspurrier:pg2093004 .
	- chmod 755 .vim
	- find .vim -type d -exec chmod 755 {} \;
	- chmod 755 .fonts
	- find .fonts -type d -exec chmod 755 {} \;
	- chmod 755 .pixmaps
	- find .pixmaps -type d -exec chmod 755 {} \;
	- chmod 755 bin
	- find bin -type d -exec chmod 755 {} \;
	- chmod 600 .auth.bfa
	- chmod 600 .auth.aes
	- chmod 700 .mutt
	- chmod 700 .screen
	- chmod 700 tmp
	- chmod 644 .bashrc .bash_profile .bash_aliases .vimrc .pythonrc.py .inputrc .Xmodmap .Xresources .lynxrc .mailcap .screenrc
	- chmod 755 .dotfiles*
	tar --verbose --numeric-owner --owner 0 --group 0 --exclude=.svn -cz -f dotfiles.tar.gz .dotfiles .dotfiles_install .dotfiles_postinstall .bashrc .bash_profile .bash_aliases .aptitude .vimrc .pythonrc.py .inputrc .Xmodmap .Xresources .gtkrc-2.0 .lynxrc .htoprc .screenrc .mutt .mplayer .mailcap .fonts .pixmaps .screen .gitconfig .vim tmp bin .notes .notes.d
	md5sum dotfiles.tar.gz | sed -s "s/\([0-9a-zA-Z]*\).*/\\1/" > dotfiles.tar.gz.md5
	cp dotfiles.tar.gz* ../../.
	cp .dotfiles ../../.dotfiles
	cp .dotfiles ../../dotfiles
	cp .dotfiles ../../dots
	- chmod 644 dotfiles.tar.gz*
	- chmod 644 ../../dotfiles.tar.gz*
	- chmod 755 ../../.dotfiles
	- chmod 755 ../../dotfiles
	- chmod 755 ../../dots
