@@ -86,49 +86,60 @@ RUN make -C libgit2 all
86
86
COPY --chown=docker:docker makefiles/exa/Makefile makefiles/exa/module_template /home/docker/makefiles/exa/
87
87
RUN make -C exa all
88
88
89
+ COPY --chown=docker:docker makefiles/eza/Makefile makefiles/eza/module_template /home/docker/makefiles/eza/
90
+ RUN make -C eza all
91
+
92
+ COPY --chown=docker:docker makefiles/lsd/Makefile makefiles/lsd/module_template /home/docker/makefiles/lsd/
93
+ RUN make -C lsd all
94
+
89
95
COPY --chown=docker:docker makefiles/atuin/Makefile makefiles/atuin/atuin_init_template.sh makefiles/atuin/bash-preexec.sh makefiles/atuin/module_template /home/docker/makefiles/atuin/
90
96
RUN make -C atuin all
91
97
92
98
COPY --chown=docker:docker makefiles/zoxide/Makefile makefiles/zoxide/module_template makefiles/zoxide/zoxide_init_template.sh /home/docker/makefiles/zoxide/
93
99
RUN make -C zoxide all
94
100
95
- RUN make -C bzip2 all
96
-
97
101
COPY --chown=docker:docker makefiles/nodejs/Makefile makefiles/nodejs/module_template /home/docker/makefiles/nodejs/
98
102
RUN make -C nodejs all
99
103
100
- COPY --chown=docker:docker makefiles/purescript/Makefile makefiles/purescript/module_template /home/docker/makefiles/purescript/
101
- RUN make -C purescript all
102
-
103
104
COPY --chown=docker:docker makefiles/rust_app/Makefile makefiles/rust_app/module_template /home/docker/makefiles/rust_app/
104
- RUN make -C rust_app APP=bat APP_VERSION=0.22.1 all
105
+ RUN make -C rust_app APP=bat APP_VERSION=0.24.0 all
105
106
106
- RUN make -C rust_app APP=broot APP_VERSION=1.20 .2 all
107
+ RUN make -C rust_app APP=broot APP_VERSION=1.30 .2 all
107
108
108
- RUN make -C rust_app APP=ripgrep APP_BINARY=rg APP_VERSION=13 .0.0 all
109
+ RUN make -C rust_app APP=ripgrep APP_BINARY=rg APP_VERSION=14 .0.3 all
109
110
110
111
RUN make -C rust_app APP=tealdeer APP_BINARY=tldr APP_VERSION=1.6.1 all
111
112
112
- RUN make -C rust_app APP=du-dust APP_BINARY=dust APP_VERSION=0.8.4 all
113
+ RUN make -C rust_app APP=du-dust APP_BINARY=dust APP_VERSION=0.8.6 all
114
+
115
+ RUN make -C rust_app APP=fd-find APP_BINARY=fd APP_VERSION=9.0.0 all
113
116
114
- RUN make -C rust_app APP=fd-find APP_BINARY=fd APP_VERSION=8.7.0 all
117
+ RUN make -C rust_app APP=git-delta APP_BINARY=delta APP_VERSION=0.16.5 all
115
118
116
- RUN make -C rust_app APP=git-delta APP_BINARY=delta APP_VERSION=0.15.1 all
119
+ RUN make -C rust_app APP=bottom APP_BINARY=btm APP_VERSION=0.9.6 all
117
120
118
- RUN make -C rust_app APP=bottom APP_BINARY=btm APP_VERSION=0.8 .0 all
121
+ RUN make -C rust_app APP=starship APP_VERSION=1.16 .0 all
119
122
120
- RUN make -C rust_app APP=starship APP_VERSION=1.13.1 all
123
+ RUN make -C rust_app APP=tokei APP_VERSION=12.1.2 all
124
+
125
+ RUN make -C rust_app APP=zellij APP_VERSION=0.39.2 all
126
+
127
+ RUN make -C rust_app APP=tidy-viewer APP_BINARY=tidy-viewer APP_VERSION=1.5.2 all
128
+
129
+ RUN make -C rust_app APP=csvlens APP_BINARY=csvlens APP_VERSION=0.4.0 all
121
130
122
131
COPY --chown=docker:docker makefiles/go_app/Makefile makefiles/go_app/module_template /home/docker/makefiles/go_app/
123
- RUN make -C go_app APP_URL=github.com/charmbracelet/glow APP_BINARY=glow APP_VERSION=1.5.0 all
132
+ RUN make -C go_app APP_URL=github.com/charmbracelet/glow APP_BINARY=glow APP_VERSION=1.5.1 all
124
133
125
134
RUN make -C go_app APP_URL=github.com/muesli/duf APP_BINARY=duf APP_VERSION=0.8.1 all
126
135
127
- RUN make -C go_app APP_URL=github.com/go-task/task/v3/cmd/task APP_BINARY=task APP_VERSION=3.22.0 all
136
+ RUN make -C go_app APP_URL=github.com/go-task/task/v3/cmd/task APP_BINARY=task APP_VERSION=3.33.1 all
128
137
129
138
RUN make -C go_app APP_URL=github.com/twpayne/chezmoi APP_BINARY=chezmoi APP_VERSION=latest all
130
139
131
- RUN make -C go_app APP_URL=github.com/jesseduffield/lazydocker APP_BINARY=lazydocker APP_VERSION=0.20.0 all
140
+ RUN make -C go_app APP_URL=github.com/jesseduffield/lazydocker APP_BINARY=lazydocker APP_VERSION=0.23.1 all
141
+
142
+ RUN make -C go_app APP_URL=github.com/junegunn/fzf APP_BINARY=fzf APP_VERSION=0.44.1 APP_VERSION_PREFIX='' all
132
143
133
144
COPY --chown=docker:docker makefiles/lazygit/Makefile makefiles/lazygit/module_template /home/docker/makefiles/lazygit/
134
145
RUN make -C lazygit
@@ -142,12 +153,12 @@ RUN make -C pipx_app APP=mypy all
142
153
143
154
RUN make -C pipx_app APP=black all
144
155
145
- RUN make -C pipx_app APP=ranger-fm APP_BINARY=ranger all
146
-
147
156
RUN make -C pipx_app APP=python-lsp-server APP_BINARY=pylsp PIPX_INJECT='pylsp-mypy pyls-isort python-lsp-black pylsp-rope' all
148
157
149
158
COPY --chown=docker:docker makefiles/nodejs_app/Makefile makefiles/nodejs_app/module_template /home/docker/makefiles/nodejs_app/
150
- RUN make -C nodejs_app APP=pyright APP_VERSION=1.1.298 all
159
+ RUN make -C nodejs_app APP=pyright APP_VERSION=1.1.342 all
160
+
161
+ RUN make -C nodejs_app APP=prettier APP_VERSION=3.1.1 all
151
162
152
163
COPY --chown=docker:docker makefiles/std_module/Makefile makefiles/std_module/std_module.lua /home/docker/makefiles/std_module/
153
164
RUN make -C std_module all
0 commit comments