-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
69 lines (38 loc) · 1.18 KB
/
Makefile
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
##
## Just a Makefile to reconfigure everything easily
##
STOW ?= stow
TARGET ?= $$HOME
all: _zsh _hyprland _kitty _wofi _wlogout _swaylock _BetterDiscord _cava _hayabusa _helix _htop _nix _nvim _waybar _yay _pulse
_zsh:
$(STOW) $(OPTS) --target=$(TARGET) --restow zsh
_hyprland:
$(STOW) $(OPTS) --target=$(TARGET) --restow hyprland
_kitty:
$(STOW) $(OPTS) --target=$(TARGET) --restow kitty
_wofi:
$(STOW) $(OPTS) --target=$(TARGET) --restow wofi
_wlogout:
$(STOW) $(OPTS) --target=$(TARGET) --restow wlogout
_swaylock:
$(STOW) $(OPTS) --target=$(TARGET) --restow swaylock
_BetterDiscord:
$(STOW) $(OPTS) --target=$(TARGET) --restow BetterDiscord
_cava:
$(STOW) $(OPTS) --target=$(TARGET) --restow cava
_hayabusa:
$(STOW) $(OPTS) --target=$(TARGET) --restow hayabusa
_helix:
$(STOW) $(OPTS) --target=$(TARGET) --restow helix
_htop:
$(STOW) $(OPTS) --target=$(TARGET) --restow htop
_nix:
$(STOW) $(OPTS) --target=$(TARGET) --restow nix
_nvim:
$(STOW) $(OPTS) --target=$(TARGET) --restow nvim
_waybar:
$(STOW) $(OPTS) --target=$(TARGET) --restow waybar
_yay:
$(STOW) $(OPTS) --target=$(TARGET) --restow yay
_pulse:
$(STOW) $(OPTS) --target=$(TARGET) --restow pulse