diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile index 244a3a6..af99024 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,10 @@ INSTALL = \ bash_login \ bash_logout \ bashrc \ - bin \ emacs.d \ gitconfig \ gitignore \ - tmux.conf \ - vim \ - vimrc + tmux.conf git: git config --local user.email "franckcuny@gmail.com" |