Added emacs scripts

This commit is contained in:
hellerve
2015-05-27 18:47:14 +02:00
parent 547ae588af
commit c9f9c1d44f
137 changed files with 25707 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
all: bash ghc git input python scripty tmux valgrind vim zsh
all: bash emacs ghc git input python scripty tmux valgrind vim zsh
bash:
cp bash_profile ~/.bash_profile
emacs:
cp -r .emacs.d ~/
ghc:
cp -r cabal/config ~/.cabal/config
cp ghci ~/.ghci
@@ -18,7 +21,7 @@ python:
cp pythonrc ~/.pythonrc
scripts:
cp .scripts ~/.scripts
cp -r .scripts ~/
tmux:
cp dev-tmux ~/dev-tmux