.dotfiles/Makefile

22 lines
466 B
Makefile
Raw Normal View History

2022-12-13 06:33:15 +01:00
all: pull install
pull:
git pull
install: antigen source dotmatrix
2022-12-13 06:33:15 +01:00
source:
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-05-27 21:49:19 +02:00
cp ~/.dotfiles/.latexmkrc ~/.latexmkrc
2022-12-13 06:33:15 +01:00
antigen:
git clone https://github.com/zsh-users/antigen.git
dotmatrix:
2023-05-27 21:49:19 +02:00
git clone git@github.com:nojhan/lp-dotmatrix.git ~/.antigen/bundles/nojhan/lp-dotmatrix