Skip to content

Commit

Permalink
chore: update asdf tools and add bun
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Sep 15, 2023
1 parent a2d8af6 commit 78221db
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chezmoi 2.34.1
chezmoi 2.39.1
Empty file.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
alias npmplease="rm -rf node_modules/ && rm -f package-lock.json && npm_install"
alias yarnplease="rm -rf node_modules/ && rm -f yarn.lock && yarn_install"
alias npmplease="rm -rf node_modules/ && rm -f package-lock.json && npm install"
alias pnpmplease="rm -rf node_modules/ && rm -f pnpm-lock.yaml && pnpm install"
alias yarnplease="rm -rf node_modules/ && rm -f yarn.lock && yarn install"
alias npmconfig="subl -n -w ~/.npmrc"
alias yarnconfig="subl -n -w ~/.yarnrc"
alias zshconfig="subl -n -w $ZDOTDIR/.zshrc"
Expand Down Expand Up @@ -36,20 +37,15 @@ alias cb=copy_branch

alias miszo_git=miszo_git_local_config

{{- if lookPath "bat" }}
if [ "$(command -v bat)" ]; then
unalias -m 'cat'
alias cat='bat -pp --theme="ansi"'
fi
{{- end }}

{{- if lookPath "exa" }}
if [ "$(command -v exa)" ]; then
unalias -m 'll'
unalias -m 'l'
unalias -m 'la'
unalias -m 'ls'
alias ls='exa -G --color auto -a -s type'
alias ll='exa -l --color always -a -s type'
fi
{{- end }}
fi
13 changes: 7 additions & 6 deletions home/dot_tool-versions
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
chezmoi 2.34.1
rust 1.69.0
chezmoi 2.39.1
rust 1.72.0
ruby 3.0.5
nodejs 18.16.0
pnpm 8.6.2
nodejs 18.17.1
pnpm 8.7.5
yarn 1.22.19
python 3.11.3
awscli 2.11.27
python 3.11.5
awscli 2.13.18
bun 1.0.1

0 comments on commit 78221db

Please sign in to comment.