2022-12-13 06:33:15 +01:00
|
|
|
all: pull install
|
|
|
|
|
|
|
|
pull:
|
2023-11-23 13:49:23 +01:00
|
|
|
git pull origin main
|
2022-12-13 06:33:15 +01:00
|
|
|
|
2023-11-23 13:49:23 +01:00
|
|
|
install: antigen source
|
2022-12-13 06:33:15 +01:00
|
|
|
|
2023-11-23 13:49:23 +01:00
|
|
|
source:
|
2022-12-13 06:33:15 +01:00
|
|
|
cp ~/.dotfiles/.aliases ~/.aliases
|
|
|
|
cp ~/.dotfiles/.zshrc ~/.zshrc
|
2023-02-01 09:31:52 +01:00
|
|
|
cp ~/.dotfiles/.loadenv.sh ~/.loadenv.sh
|
2022-12-13 06:33:15 +01:00
|
|
|
cp ~/.dotfiles/.vimrc ~/.vimrc
|
2023-02-01 09:31:52 +01:00
|
|
|
cp ~/.dotfiles/.gitconfig ~/.gitconfig
|
2023-11-23 13:49:23 +01:00
|
|
|
cp ~/.dotfiles/.latexmkrc ~/.latexmk
|
2023-07-16 15:16:14 +02:00
|
|
|
|
2022-12-13 06:33:15 +01:00
|
|
|
antigen:
|
2023-03-01 14:08:03 +01:00
|
|
|
git clone https://github.com/zsh-users/antigen.git
|
|
|
|
|