Skip to content

Commit

Permalink
chore(mise): rename from rtx to mise
Browse files Browse the repository at this point in the history
  • Loading branch information
tetzng committed Jan 5, 2024
1 parent 72263ee commit 16773e4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ if type -q scheme
scheme set tokyonight
end

# rtx
if type -q rtx
rtx activate fish | source
# mise
if type -q mise
mise activate fish | source
end

# starship
Expand Down Expand Up @@ -99,10 +99,9 @@ abbr -a k "lsd --classify --long --tree"
abbr -a l "lsd --classify"
abbr -a la "lsd --almost-all --classify --long"
abbr -a ll "lsd --classify --long"
abbr -a m man
abbr -a m mise
abbr -a nb "git switch -c"
abbr -a pr "gh pr view --web"
abbr -a r rtx
abbr -a repo "gh repo view --web"
abbr -a si "silicon --output $HOME/Downloads/silicon_(date +%Y-%m-%d_%H%M%S).png"
abbr -a sic "silicon --output $HOME/Downloads/silicon_(date +%Y-%m-%d_%H%M%S).png --from-clipboard -l"
Expand Down
2 changes: 1 addition & 1 deletion .config/git/ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.DS_Store
.envrc
.rtx.toml
.mise.toml
File renamed without changes.
4 changes: 2 additions & 2 deletions .config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ eval "$(sheldon source)"
# starship
eval "$(starship init zsh)"

# rtx
eval "$(rtx activate zsh)"
# mise
eval "$(mise activate zsh)"

if type brew &>/dev/null
then
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
!/.config/kitty/**
!/.config/lazygit
!/.config/lazygit/config.yml
!/.config/mise
!/.config/mise/**
!/.config/nvim
!/.config/nvim/**
!/.config/rtx
!/.config/rtx/**
!/.config/sheldon
!/.config/sheldon/plugins.toml
!/.config/silicon
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Editor: [Neovim](https://github.com/neovim/neovim)
- Terminal: [WezTerm](https://github.com/wez/wezterm)
- Font: [UDEV Gothic](https://github.com/yuru7/udev-gothic)
- Runtime Version Manager: [rtx](https://github.com/jdx/rtx)
- Runtime Version Manager: [mise](https://github.com/jdx/mise)
- Package Manager: [Homebrew](https://github.com/Homebrew/brew)

## Config
Expand Down

0 comments on commit 16773e4

Please sign in to comment.