.dotfiles/Makefile

19 lines
368 B
Makefile
Raw Normal View History

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-12-12 16:49:21 +01:00
cp ~/.dotfiles/.latexmkrc ~/.latexmkrc
2023-07-16 15:16:14 +02:00
2022-12-13 06:33:15 +01:00
antigen:
git clone https://github.com/zsh-users/antigen.git