Skip to content

Commit df790bb

Browse files
author
Chris Chandler
committed
setup a few new topic areas and got mise in the main zsh
1 parent 1a76059 commit df790bb

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

homebrew/install.sh

100644100755
File mode changed.

version-manager/install.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
#
3+
# This is a topic for version managers and getting languages all setup
4+
# These days I'm using Mise which is like asdf at an even higher level
5+
# I need a bunch of languages right now, so this gets all the plugins installed
6+
#
7+
#
8+
curl https://mise.run | sh
9+
echo 'eval "$(~/.local/bin/mise activate zsh)"'
10+
11+
mise plugin install perl
12+
mise plugin install php
13+

zsh/zshrc.symlink

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ zle -N down-line-or-beginning-search
5353
bindkey "^[[A" up-line-or-beginning-search # Up
5454
bindkey "^[[B" down-line-or-beginning-search # Down
5555
export PATH="/usr/local/opt/yq@3/bin:$PATH"
56+
eval "$(/opt/homebrew/bin/brew shellenv)"
57+
eval "$(~/.local/bin/mise activate zsh)"

0 commit comments

Comments
 (0)