Skip to content

Commit

Permalink
fun
Browse files Browse the repository at this point in the history
  • Loading branch information
ADGEfficiency committed Dec 18, 2024
1 parent 02685a7 commit b7e4096
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# can be either macos or ubuntu
# can be either macos or ubuntu
OS = macos

.PHONY: default bootstrap-stow dotfiles test setup-macos setup-ubuntu

default:
echo "hello ^^"

.PHONY: setup-macos setup-ubuntu boostrap-stow

setup-macos: brew-pkgs nix-pkgs dotfiles
bash ./tmux/setup.sh
bash ./scripts/setup-zpretzo.sh
Expand All @@ -21,6 +23,8 @@ setup-ubuntu: dotfiles nix-pkgs dotfiles
bootstrap-stow:
bash ./scripts/bootstrap-stow.sh

.PHONY: dotfiles test

STOW_ARGS=-vv
dotfiles: bootstrap-stow
stow $(STOW_ARGS) -d dotfiles -t $(HOME) $(OS)
Expand Down Expand Up @@ -67,7 +71,6 @@ setup-nix:
. ./nix/load-$(OS).sh && nix-channel --update

NIX_ARGS=--extra-experimental-features nix-command --extra-experimental-features flakes

nix-pkgs: setup-nix
. ./nix/load-$(OS).sh && cd nix && nix flake update $(NIX_ARGS) && nix profile install $(NIX_ARGS)

Expand Down

0 comments on commit b7e4096

Please sign in to comment.