-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
44 lines (34 loc) · 874 Bytes
/
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
.PHONY:
help:
cat Makefile
upg: aqu aqi gui cli rust
prezto:
ansible-playbook playbooks/prezto.yml -i "localhost," --tags=prezto -K
dot:
ansible-playbook playbooks/dotfiles.yml -i "localhost," --tags=dotfiles -K
rust:
ansible-playbook playbooks/rust-packages.yml -i "localhost," --tags=rust-packages
gui:
brew bundle install --file=brewfiles/gui/Brewfile
cli:
brew bundle install --file=brewfiles/cli/Brewfile
aqi:
aqua i
aqli:
aqua i -l
aqu:
aqua up
awsume:
@if ! which pipx > /dev/null; then \
echo "pipx is not installed, skipping..."; \
exit 1; \
fi
pipx install awsume
pipx ensurepath
pipx inject awsume awsume-console-plugin
pipx install aws-sso-util
nerd-font:
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
ma:
ansible-playbook playbooks/mackerel-agent.yml -i "localhost," -e @variables.yaml --tags=mackerel -K