Compare commits

...

2 Commits

Author SHA1 Message Date
7cb0fb02aa Set vim as default editor for git 2022-09-05 12:32:09 +00:00
c4c2ae2863 Fix pre.sh 2022-09-05 12:31:59 +00:00
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
[user]
email = nicolas@jombi.fr
name = Nicolas Duhamel
[core]
editor="vim"

2
user/pre.sh Normal file → Executable file
View File

@ -6,7 +6,7 @@
#
###################################
mkdir $HOME/.config/environment.d
mkdir -p $HOME/.config/environment.d
mkdir -p $HOME/.config/systemd/user
mkdir -p $HOME/.local/{bin,share}
mkdir $HOME/.gnupg