diff --git a/.gitconfig b/.gitconfig index 1261d87..8a3f4e2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,5 @@ -[init] - defaultBranch = main [user] - name = Samuel ORTION - email = samuel.ortion@orange.fr \ No newline at end of file + name = Samuel ORTION + email = samuel.ortion@orange.fr +[core] + editor = vim diff --git a/.gitignore b/.gitignore index 04288a8..e922891 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ antigen/ -old/ \ No newline at end of file diff --git a/Makefile b/Makefile index 01399fd..1d6b580 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ install: antigen source source: cp ~/.dotfiles/.aliases ~/.aliases cp ~/.dotfiles/.zshrc ~/.zshrc - cp ~/.loadenv.sh ~/.loadenv.sh - cp ~/.dotfiles/.gitconfig ~/.gitconfig + cp ~/.dotfiles/.loadenv.sh ~/.loadenv.sh cp ~/.dotfiles/.vimrc ~/.vimrc + cp ~/.dotfiles/.gitconfig ~/.gitconfig antigen: - git clone https://github.com/zsh-users/antigen.gitl \ No newline at end of file + git clone https://github.com/zsh-users/antigen.git \ No newline at end of file