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:
2024-10-22 19:02:18 +00:00
committed by João Paulo Dubas
parent af3857f5bb
commit 1a1d48c95b
5 changed files with 30 additions and 48 deletions

View File

@@ -2,41 +2,41 @@
age = "1.2.0"
awscli = "2.18.10"
bat = "0.24.0"
bitwarden = "2024.7.2"
circleci-cli = "0.1.30549"
ctlptl = "0.8.31"
dagger = "0.12.5"
eksctl = "0.188.0"
bitwarden = "2024.9.0"
circleci-cli = "0.1.30995"
ctlptl = "0.8.34"
dagger = "0.13.5"
eksctl = "0.193.0"
elixir = "1.17.3"
erlang = "27.1.2"
eza = "0.19.0"
fzf = "0.53.0"
eza = "0.20.4"
fzf = "0.55.0"
github-cli = "2.59.0"
go = "1.23.2"
helm = "3.16.2"
k3d = "5.7.3"
k3d = "5.7.4"
k3sup = "0.13.7"
k9s = "0.32.5"
kind = "0.24.0"
kubectl = "1.31.1"
kubie = "0.23.1"
lefthook = "1.7.13"
kubie = "0.24.0"
lefthook = "1.8.0"
lua = "5.1.5"
luajit = "2.0.5--2.4.4"
node = "22.10.0"
poetry = "1.8.4"
python = "3.13.0"
r = "4.4.1"
ripgrep = "14.1.0"
ripgrep = "14.1.1"
rust = "1.82.0"
starship = "1.20.1"
task = "3.38.0"
starship = "1.21.1"
task = "3.39.2"
terraform = "1.9.8"
tilt = "0.33.19"
tmux = "3.4"
usage = "0.3.0"
usql = "0.19.3"
tilt = "0.33.20"
usage = "0.11.0"
usql = "0.19.4"
yarn = "1.22.22"
zoxide = "0.9.4"
zoxide = "0.9.6"
[settings]
experimental = true

View File

@@ -40,7 +40,6 @@ set -s escape-time 0
# Status bar styling and content
set -g status-bg black
set -g status-fg white
# set -g status-left "#$"
# Don't prompt to kill panes/windows
bind-key x kill-pane
@@ -69,5 +68,8 @@ set -g @plugin 'fabioluciano/tmux-tokyo-night'
set -g @plugin 'Morantron/tmux-fingers'
set -g @plugin 'tmux-plugins/tmux-yank'
# tokyo night configuration
set -g @theme_plugins 'datetime'
# load/install plugins
run '~/.config/tmux/plugins/tpm/tpm'

View File

@@ -8,21 +8,3 @@ windows:
panes:
- focus: true
- pane
- window_name: support
layout: even-vertical
start_directory: support
panes:
- shell_command:
- docker compose exec pgcli bash
- pane
- window_name: local
layout: even-vertical
start_directory: local
panes:
- pane
- pane
- window_name: remote
layout: even-vertical
panes:
- pane
- pane