summaryrefslogtreecommitdiffstats
path: root/install.bat
diff options
context:
space:
mode:
authorGravatar ryuslash2010-07-01 22:28:59 +0200
committerGravatar ryuslash2010-07-01 22:28:59 +0200
commitc38f147ead1d57f48a75df8653ed3ed1c12eebd3 (patch)
treee6585a87f98c5430d2443ebc3ee3a4b5decc8eec /install.bat
parent104692129fd34a52dd967095f57371d1781c9172 (diff)
downloaddotfiles-c38f147ead1d57f48a75df8653ed3ed1c12eebd3.tar.gz
dotfiles-c38f147ead1d57f48a75df8653ed3ed1c12eebd3.zip
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
Diffstat (limited to 'install.bat')
-rw-r--r--install.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.bat b/install.bat
index 3dfeb83..e3c524e 100644
--- a/install.bat
+++ b/install.bat
@@ -1,5 +1,7 @@
@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%\ \ No newline at end of file