Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ secret export GIT_USERNAME --silent

# Source environment extensions
source $DOTFILES/environment/npm.sh
source $DOTFILES/environment/asdf.sh
source $DOTFILES/environment/awssdk.sh
source $DOTFILES/environment/certs.sh
source $DOTFILES/environment/git.sh
Expand Down
6 changes: 3 additions & 3 deletions docs/ASDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Install the Node plugin

```sh
asdf plugin-add nodejs
asdf plugin add nodejs
```

List the all Node versions (or find the [LTS versions
Expand Down Expand Up @@ -53,7 +53,7 @@ This is an **optional** step as opposed to using a global PNPM installed via Hom
e.g. for setting up PNPM version `9.12.0` in a given project...

```sh
asdf plugin-add pnpm
asdf plugin add pnpm
asdf install pnpm 9.12.0
asdf local pnpm 9.12.0
```
Expand All @@ -63,7 +63,7 @@ asdf local pnpm 9.12.0
Install the Python plugin

```sh
asdf plugin-add python
asdf plugin add python
```

List all Python 3 versions to find latest
Expand Down
4 changes: 0 additions & 4 deletions environment/asdf.sh

This file was deleted.