-
Notifications
You must be signed in to change notification settings - Fork 11
/
Makefile
112 lines (89 loc) · 2.17 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
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
105
106
107
108
109
110
111
112
doc:
@echo make install: install everything, including ourselves
@echo make upgrade: update/upgrade uv, brew, uv tool
install: osx-deps ourselves_install uv-tools local-dev npm
upgrade:
uv self update
uv tool upgrade --all
uv cache prune
brew update
brew upgrade
osx-deps:
brew update
brew install \
ag \
age \
arduino-cli \
awscli \
bash-completion@2 \
bat \
fd \
ffmpeg \
git-annex \
git-lfs \
gpg \
graphviz \
hadolint \
htop \
imagemagick \
jq \
mactex-no-gui \
mc \
npm \
odt2txt \
pinentry-mac \
pre-commit \
pv \
python@3.12 \
python@3.13 \
rg \
starship \
tectonic \
terraform \
texlab \
tree \
watch \
wget \
tidy-html5
uv-tools: ~/.local/share/uv/tools/ansible\
~/.local/share/uv/tools/ansible-lint\
~/.local/share/uv/tools/beautysh\
~/.local/share/uv/tools/black\
~/.local/share/uv/tools/cookiecutter\
~/.local/share/uv/tools/docutils\
~/.local/share/uv/tools/dotfiles\
~/.local/share/uv/tools/flake8\
~/.local/share/uv/tools/isort\
~/.local/share/uv/tools/legit\
~/.local/share/uv/tools/mopup\
~/.local/share/uv/tools/oplop\
~/.local/share/uv/tools/pyright\
~/.local/share/uv/tools/pyupgrade\
~/.local/share/uv/tools/tox \
~/.local/share/uv/tools/youtube-dl
# mopup pipenv
~/.local/share/uv/tools/ansible:
uv tool install ansible-core --with dnspython --with ansible
~/.local/share/uv/tools/tox:
uv tool install tox --with tox-uv
~/.local/share/uv/tools/%:
uv tool install $*
~/Dotfiles:
cd ~ && git clone ssh://vanrees.org/~/repos/Dotfiles
uvx dotfiles --sync
echo "You might want to run dotfiles --sync --force, btw"
/Users/reinout/.cargo/bin/uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
ourselves_install: /Users/reinout/.cargo/bin/uv ~/Dotfiles
./install_shell_scripts.sh
uv tool install .
uv run ./generate_python_docs.py
uv run ./generate_shell_docs.py
local-dev:
uvx checkoutmanager co
uv tool install --editable ~/opensource/zest.releaser/ --with ~/opensource/qgispluginreleaser
uv tool install --editable ~/opensource/checkoutmanager/
uv tool install --editable ~/zelf/denoter/
uv tool install --editable ~/nens/nens-meta/
npm:
npm install -g @mermaid-js/mermaid-cli