-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
105 lines (69 loc) · 1.75 KB
/
Makefile
File metadata and controls
105 lines (69 loc) · 1.75 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
default: config bat config-files git gnupg htop scripts tmux vim zsh alacritty starship doom
linux: config bat compton config-files dunst git gnupg htop lf mpv pcmanfm pet polybar scripts sxhkd systemd termite tmux vim zathura zsh alacritty xmonad xmobar starship doom espanso udiskie
#darwin: config bat config-files git gnupg htop karabiner lf mpv pet scripts tmux vim zsh alacritty doom
darwin: config bat config-files git gnupg htop mpv scripts tmux vim zsh
bat: config
stow --no-fold -R bat
compton: config
stow --no-fold -R compton
config-files: config
stow --no-fold -R config-files
dunst: config
stow --no-fold -R dunst
git: config
stow --no-fold -R git
gnupg: config
stow --no-fold -R gnupg
htop: config
stow --no-fold -R htop
i3: config
stow --no-fold -R i3
karabiner: config
stow --no-fold -R karabiner
lf: config
stow --no-fold -R lf
mpv: config
stow --no-fold -R mpv
pcmanfm: config
stow --no-fold -R pcmanfm
pet: config
stow --no-fold -R pet
polybar: config
stow --no-fold -R polybar
scripts: config
stow -R scripts
sxhkd: config
stow --no-fold -R sxhkd
systemd: config
stow --no-fold -R systemd
termite: config
stow --no-fold -R termite
tmux: config
stow --no-fold -R tmux
vim: config
stow --no-fold -R vim
x11: config
stow --no-fold -R x11
xfce4: config
stow --no-fold -R xfce4
zathura: config
stow --no-fold -R zathura
alacritty: config
stow --no-fold -R alacritty
zsh: config
stow --no-fold -R zsh
xmonad: config
stow --no-fold -R xmonad
xmobar: config
stow --no-fold -R xmobar
starship: config
stow --no-fold -R starship
doom: config
stow --no-fold -R doom
espanso: config
stow --no-fold -R espanso
udiskie: config
stow --no-fold -R udiskie
config: .stowrc
.stowrc:
echo "--target=${HOME}" > .stowrc