Skip to content

Commit

Permalink
🔥 Removes asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Jan 20, 2024
1 parent 570e314 commit e2df230
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ home/.maid/*.log.[0-9]

# my files
apps/**/logo.png
home/.asdf/
home/.config/configstore/
home/.config/enchant/
home/.config/gcloud/
Expand Down
1 change: 0 additions & 1 deletion .homesick_subdir
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.asdf
.config
.pyenv
.sshrc.d
Expand Down
4 changes: 0 additions & 4 deletions home/.bash_osx
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ function iterm2_print_user_vars {
# complete -W "$(itermocil --list)" itermocil
# fi

# if command asdf > /dev/null 2>&1; then
# eval ". $(brew --prefix asdf)/libexec/asdf.sh";
# fi

if command mise > /dev/null 2>&1; then
eval "$(mise activate bash)";
fi
1 change: 0 additions & 1 deletion home/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ brew "automake"
brew "coreutils"
brew "libtool"
brew "libyaml"
brew "asdf"
brew "atuin"
brew "awscli"
brew "bash"
Expand Down
1 change: 0 additions & 1 deletion home/Brewfile.Mac-Studio-2023
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ brew "automake"
brew "coreutils"
brew "libtool"
brew "libyaml"
brew "asdf"
brew "awscli"
brew "bash"
brew "bash-completion"
Expand Down
1 change: 0 additions & 1 deletion home/Brewfile.cog
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ brew "automake"
brew "coreutils"
brew "libtool"
brew "libyaml"
brew "asdf"
brew "atuin"
brew "awscli"
brew "bash"
Expand Down
1 change: 0 additions & 1 deletion home/Brewfile.mbp-2019
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ brew "automake"
brew "coreutils"
brew "libtool"
brew "libyaml"
brew "asdf"
brew "atuin"
brew "awscli"
brew "bash"
Expand Down

0 comments on commit e2df230

Please sign in to comment.