dotfiles/Makefile

8 lines
182 B
Makefile
Raw Normal View History

2023-01-02 21:08:34 +00:00
## Setup
.PHONY: rebuild-macos
## Management
2023-01-12 02:53:21 +00:00
install-just:
curl --proto '=https' --tlsv1.3 -sSf https://just.systems/install.sh | bash -s -- --to ~/
sudo cp ~/just /usr/local/bin