legacy-dotfiles/install.bat
ryuslash c38f147ead Added xmodmap
Added rainbow.el to emacs
Showing some extra messages with install.bat and install.sh
Added some elisp to check which distro I'm on at that moment, though I don't yet use it
2010-07-01 22:28:59 +02:00

7 lines
No EOL
180 B
Batchfile

@echo off
REM An install script for windows
echo "Copying .emacs to %APPDATA%\\"
copy /Y .emacs %APPDATA%\
echo "Copying .emacs.d to %APPDATA%\\"
copy /Y .emacs.d %APPDATA%\