Added emacs scripts
This commit is contained in:
7
Makefile
7
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user