dotfiles/Makefile
2024-05-14 17:02:21 -04:00

8 lines
181 B
Makefile

## Setup
.PHONY: install-just
## Management
install-just:
curl --proto '=https' --tlsv1.3 -sSf https://just.systems/install.sh | bash -s -- --to ~/
sudo cp ~/just /usr/local/bin