Skip to content

Commit

Permalink
👽 Fix: Updated to install mise.
Browse files Browse the repository at this point in the history
  • Loading branch information
yamd1 committed Jul 12, 2024
1 parent 090c75b commit bcd6eb0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .bin/install-mise.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -ue

if [[ ! -x "$HOME/.local/bin/mise" ]]; then
# avoid use sudo
curl https://mise.jdx.dev/mise-latest-linux-x64 > ~/.local/bin/mise
fi
1 change: 0 additions & 1 deletion files/.config/aquaproj-aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ packages:
- name: go-swagger/[email protected]
- name: gesquive/[email protected]
- name: x-motemen/[email protected]
- name: jdx/[email protected]
- name: jesseduffield/[email protected]
- name: golang/[email protected]
- name: awslabs/[email protected]
2 changes: 1 addition & 1 deletion files/.config/github-copilot/versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"copilot.vim":"1.37.0"}
{"copilot.vim":"1.38.0"}
Binary file added files/.local/bin/mise
Binary file not shown.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ln -snf $DOT_DIR/files/.config/git/.gitconfig $HOME
ln -snf $DOT_DIR/files/.config/.lnav $HOME

$DOT_DIR/.bin/install-aqua.sh
$DOT_DIR/.bin/install-mise.sh

if [[ "${1:-}" == "wsl" ]]; then
$DOT_DIR/.bin/setup-windows.sh
Expand Down

0 comments on commit bcd6eb0

Please sign in to comment.