dotfiles/Makefile

8 lines
181 B
Makefile
Raw Normal View History

2023-01-02 21:08:34 +00:00
## Setup
2024-05-14 21:02:21 +00:00
.PHONY: install-just
2023-01-02 21:08:34 +00:00
## 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