๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

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

remove fisher

kacaii 07f2294c d11aa73c

-20
-2
.config/fish/fish_plugins
··· 1 1 jorgebucaran/fisher 2 - catppuccin/fish 3 - decors/fish-colored-man
-18
.config/fish/functions/basic_custom_setup.fish
··· 48 48 command -q $formulae; or brew install -q $formulae 49 49 end 50 50 51 - # Fisher 52 - if not command -q fisher 53 - curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source 54 - and fisher install jorgebucaran/fisher 55 - end 56 - 57 - # Fisher Plugins 58 - set -l ensure_installed_fisher \ 59 - jorgebucaran/fisher \ 60 - catppuccin/fish \ 61 - decors/fish-colored-man 62 - 63 - # Install missing fisher plugins 64 - for plugin in $ensure_installed_fisher 65 - contains $plugin (cat $__fish_config_dir/fish_plugins) 66 - or fisher install $plugin 67 - end 68 - 69 51 end