-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
70 lines (54 loc) · 984 Bytes
/
Makefile
File metadata and controls
70 lines (54 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
help:
@echo ""
@echo "dotfiles"
@echo "========"
@echo ""
@echo "Run 'make MODULE_NAME' to install a module"
@echo "The currently available ones are:"
@echo " - bash"
@echo " - emacs"
@echo " - git"
@echo " - helix"
@echo " - macchina"
@echo " - ranger"
@echo " - tmux"
@echo " - ai"
@echo " - flatpak"
.PHONY: all
all: bash emacs git helix machina ranger tmux
.PHONY: bash
bash:
./bash/__module.sh
.PHONY: emacs
emacs: sync
./emacs/__module.sh
.PHONY: git
git:
./git/__module.sh
.PHONY: helix
helix:
./helix/__module.sh
.PHONY: macchina
macchina:
./macchina/__module.sh
.PHONY: ranger
ranger: sync
./ranger/__module.sh
.PHONY: tmux
tmux: sync
./tmux/__module.sh
sync:
git submodule update --init --recursive
.PHONY: ai
ai:
./ai/__module.sh
.PHONY: alacritty
alacritty:
./alacritty/__module.sh
flatpak:
./linux/flatpak/__module.sh
flatpak-update:
./linux/flatpak/update.fish
.PHONY: wallpaper
wallpaper:
./wallpaper/__module.sh