Updated little things
This commit is contained in:
parent
e3490aba1f
commit
730c01c35f
@ -1,5 +1,5 @@
|
|||||||
[init]
|
|
||||||
defaultBranch = main
|
|
||||||
[user]
|
[user]
|
||||||
name = Samuel ORTION
|
name = Samuel ORTION
|
||||||
email = samuel.ortion@orange.fr
|
email = samuel.ortion@orange.fr
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
antigen/
|
antigen/
|
||||||
old/
|
|
6
Makefile
6
Makefile
@ -8,9 +8,9 @@ install: antigen source
|
|||||||
source:
|
source:
|
||||||
cp ~/.dotfiles/.aliases ~/.aliases
|
cp ~/.dotfiles/.aliases ~/.aliases
|
||||||
cp ~/.dotfiles/.zshrc ~/.zshrc
|
cp ~/.dotfiles/.zshrc ~/.zshrc
|
||||||
cp ~/.loadenv.sh ~/.loadenv.sh
|
cp ~/.dotfiles/.loadenv.sh ~/.loadenv.sh
|
||||||
cp ~/.dotfiles/.gitconfig ~/.gitconfig
|
|
||||||
cp ~/.dotfiles/.vimrc ~/.vimrc
|
cp ~/.dotfiles/.vimrc ~/.vimrc
|
||||||
|
cp ~/.dotfiles/.gitconfig ~/.gitconfig
|
||||||
|
|
||||||
antigen:
|
antigen:
|
||||||
git clone https://github.com/zsh-users/antigen.gitl
|
git clone https://github.com/zsh-users/antigen.git
|
Loading…
Reference in New Issue
Block a user