Skip to content

Commit 82b8fb2

Browse files
committed
fix: remove more lingering asdf removal
1 parent 5ebb532 commit 82b8fb2

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
1313
git submodule update --init --recursive "${DOTBOT_DIR}"
1414

1515
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" \
16-
--plugin-dir dotbot-plugins/dotbot-asdf \
1716
-c "${CONFIG}" "${@}"

install.conf.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,6 @@
9090
path: iina/YouTube.conf
9191
force: true
9292

93-
- plugin: yarn
94-
url: https://github.com/twuni/asdf-yarn
95-
global: latest
96-
versions:
97-
- latest
98-
- plugin: pnpm
99-
url: https://github.com/jonathanmorley/asdf-pnpm
100-
global: latest
101-
versions:
102-
- latest
103-
- plugin: golang
104-
url: https://github.com/kennyp/asdf-golang
105-
10693
- shell:
10794
-
10895
command: ./git/set-gitconfig.sh

macos/setup-homebrew.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export HOMEBREW_NO_AUTO_UPDATE=1
1111
export HOMEBREW_NO_INSTALL_UPGRADE=1
1212

1313
PACKAGES=(
14-
"asdf"
1514
"fzf"
1615
"git"
1716
"eza"

0 commit comments

Comments
 (0)