diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile index af15df7..a309f2f 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,15 @@ INTO = $(HOME) INSTALL = \ - aliases \ + bashrc \ + bash_login \ + bash_logout \ aspell.en.pws \ emacs.d \ gitconfig \ gitignore \ - tmux.conf \ - zprofile \ - zshrc + tmux.conf + git: git config --local user.email "franckcuny@gmail.com" |