dotfiles/Makefile
2023-01-11 21:53:21 -05:00

8 lines
182 B
Makefile

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