From 730c01c35fca91d06bec3cdf6370a2e2c1ce731a Mon Sep 17 00:00:00 2001 From: Samuel ORTION Date: Wed, 1 Feb 2023 09:31:52 +0100 Subject: [PATCH] Updated little things --- .gitconfig | 8 ++++---- .gitignore | 1 - Makefile | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) 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