Skip to content

Commit f9cefa4

Browse files
committed
feat(zsh): remove asdf and dotbot-asdf plugin
1 parent 853bc9d commit f9cefa4

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@
1111
[submodule "zsh/zgenom"]
1212
path = zsh/zgenom
1313
url = https://github.com/jandamm/zgenom.git
14-
[submodule "dotbot-plugins/dotbot-asdf"]
15-
path = dotbot-plugins/dotbot-asdf
16-
url = https://github.com/sobolevn/dotbot-asdf.git

dotbot-plugins/dotbot-asdf

Lines changed: 0 additions & 1 deletion
This file was deleted.

install.conf.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
force: true
3030
~/.oh-my-zsh: zsh/oh-my-zsh
3131
~/.zgenom: zsh/zgenom
32-
~/.asdfrc: zsh/asdfrc
3332
~/.config/mise/config.toml: zsh/mise.toml
3433
~/.hushlogin: zsh/hushlogin
3534

@@ -91,17 +90,6 @@
9190
path: iina/YouTube.conf
9291
force: true
9392

94-
- asdf:
95-
- plugin: nodejs
96-
url: https://github.com/asdf-vm/asdf-nodejs
97-
global: lts-gallium
98-
versions:
99-
- lts-carbon
100-
- lts-dubnium
101-
- lts-erbium
102-
- lts-fermium
103-
- lts-gallium
104-
- latest
10593
- plugin: yarn
10694
url: https://github.com/twuni/asdf-yarn
10795
global: latest

zsh/p10k.customizations.zsh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
1616
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
1717
command_execution_time # duration of the last command
1818
background_jobs # presence of background jobs
19-
asdf # asdf version manager (https://github.com/asdf-vm/asdf)
2019
mise # custom segment for mise
2120
kubecontext # current kubernetes context (https://kubernetes.io/)
2221
aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html)

zsh/zshrc.zsh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ if ! zgenom saved; then
4040
zgenom load andrewferrier/fzf-z
4141
zgenom load reegnz/jq-zsh-plugin
4242

43-
zgenom ohmyzsh plugins/asdf
4443
zgenom ohmyzsh plugins/mise
4544

4645
zgenom load ntnyq/omz-plugin-pnpm
@@ -171,8 +170,6 @@ fi
171170
export ITERM2_SHOULD_DECORATE_PROMPT=0
172171
source $DOTFILES/iterm2/iterm2_shell_integration.zsh
173172

174-
export ASDF_DOWNLOAD_PATH=bin/install
175-
source /opt/homebrew/opt/asdf/libexec/asdf.sh
176173
source /opt/homebrew/share/zsh/site-functions
177174

178175
# pnpm

0 commit comments

Comments
 (0)