.dotfiles/Makefile

24 lines
495 B
Makefile
Raw Normal View History

2022-12-13 06:33:15 +01:00
all: pull install
pull:
git pull
2023-07-06 15:21:23 +02:00
install: antigen source fish
2022-12-13 06:33:15 +01:00
2023-07-06 15:21:23 +02:00
source: fishcfg
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-05-27 21:49:19 +02:00
cp ~/.dotfiles/.latexmkrc ~/.latexmkrc
2022-12-13 06:33:15 +01:00
2023-07-06 15:21:23 +02:00
fishcfg:
mkdir -p ~/.config/fish
cp ./fish/config.fish ~/.config/fish/config.fish
cp starship.toml ~/.config/starship.toml
2022-12-13 06:33:15 +01:00
antigen:
git clone https://github.com/zsh-users/antigen.git