i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Migrate from rtx to mise

+2 -2
+1 -1
README.md
··· 53 53 54 54 #### Install dotfiles 55 55 ``` 56 - stow -d dotfiles bin cpupower direnv fish git gtk imwheel neofetch nvim pacman plex-rich-presence ripgrep rtx starship stow terminator wayland yay 56 + stow -d dotfiles bin cpupower direnv fish git gtk imwheel neofetch nvim pacman plex-rich-presence ripgrep mise starship stow terminator wayland yay 57 57 ``` 58 58 59 59 #### Update pkgfile database
+1 -1
fish/.config/fish/config.fish
··· 49 49 end 50 50 end 51 51 52 - type -q rtx && rtx activate fish | source && rtx completion fish | source 52 + type -q mise && mise activate fish | source && mise completion fish | source 53 53 type -q starship && starship init fish | source 54 54 type -q direnv && direnv hook fish | source 55 55 type -q zoxide && zoxide init fish | source
rtx/.config/rtx/config.toml mise/.config/mise/config.toml
rtx/.default-gems mise/.default-gems
rtx/.default-npm-packages mise/.default-npm-packages
rtx/.default-perl-modules mise/.default-perl-modules
rtx/.default-python-packages mise/.default-python-packages