dotfiles/Makefile

12 lines
262 B
Makefile
Raw Normal View History

2023-01-02 21:08:34 +00:00
## Setup
2023-01-17 23:19:04 +00:00
.PHONY: install-just install-nix
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
2023-01-17 23:19:04 +00:00
install-nix:
sh <(curl -L https://nixos.org/nix/install) --daemon