feat: upgrade ide deps/utilities/runtimes (#96)
1. Set `kickstart` to latest commit 2. Upgrade `mise` utilities * `bitwarden from 2024.7.2 to 2024.9.0 * `circleci-cli from 0.1.30549 to 0.1.30995 * `ctlptl from 0.8.31 to 0.8.34 * `dagger from 0.12.5 to 0.13.5 * `eksctl from 0.188.0 to 0.193.0 * `eza from 0.19.0 to 0.20.4 * `fzf from 0.53.0 to 0.55.0 * `k3d` from 5.7.3 to 5.7.4 * `kubie from 0.23.1 to 0.24.0 * `lefthook from 1.7.13 to 1.8.0 * `ripgrep from 14.1.0 to 14.1.1 * `starship from 1.20.1 to 1.21.1 * `task from 3.38.0 to 3.39.2 * `tilt from 0.33.19 to 0.33.20 * `usage from 0.3.0 to 0.11.0 * `usql from 0.19.3 to 0.19.4 * `zoxide from 0.9.4 to 0.9.6 3. Add `github-cli` 4. Improve `tmux` and `tmuxp` config Reviewed-on: #96 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
@@ -96,7 +96,7 @@ RUN apt-get update \
|
||||
&& useradd \
|
||||
--uid ${USER_UID} \
|
||||
--gid coder \
|
||||
--groups docker,wheel \
|
||||
--groups docker,wheel,sudo \
|
||||
--shell $(which fish) \
|
||||
--home-dir /home/coder \
|
||||
--create-home \
|
||||
@@ -184,7 +184,7 @@ COPY ./patch/kickstart.nvim/updates.patch /tmp
|
||||
COPY ./config/nvim/lua/custom/plugins/init.lua /tmp
|
||||
RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME}"/nvim \
|
||||
&& cd ${XDG_CONFIG_HOME}/nvim \
|
||||
&& git reset --hard 7201dc480134f41dd1be1f8f9b8f8470aac82a3b \
|
||||
&& git reset --hard 4120893b8a1f31a0957f2f891f7fbef73ddfb9b1 \
|
||||
&& git apply /tmp/updates.patch \
|
||||
&& cp /tmp/init.lua ${XDG_CONFIG_HOME}/nvim/lua/custom/plugins \
|
||||
&& nvim --headless "+Lazy! sync" +qa
|
||||
@@ -203,6 +203,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
|
||||
erlang \
|
||||
eza \
|
||||
fzf \
|
||||
github-cli \
|
||||
helm \
|
||||
k3d \
|
||||
k3sup \
|
||||
@@ -221,7 +222,6 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
|
||||
task \
|
||||
terraform \
|
||||
tilt \
|
||||
tmux \
|
||||
usage \
|
||||
usql \
|
||||
yarn \
|
||||
|
Reference in New Issue
Block a user