mirror of
https://github.com/m1ngsama/dotfiles.git
synced 2025-12-24 10:51:24 +00:00
add comment for some add-on
This commit is contained in:
parent
cce1d7df67
commit
8fe10917a9
1 changed files with 5 additions and 0 deletions
|
|
@ -3,9 +3,13 @@ if status is-interactive
|
||||||
end
|
end
|
||||||
|
|
||||||
# fisher
|
# fisher
|
||||||
|
## you should install fisher first via next line command
|
||||||
|
## curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
|
||||||
set -Ux fish_user_paths $fish_user_paths /usr/local/bin
|
set -Ux fish_user_paths $fish_user_paths /usr/local/bin
|
||||||
|
|
||||||
# brew
|
# brew
|
||||||
|
## you should install brew first via next line command
|
||||||
|
## /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
set -g PATH /opt/homebrew/bin $PATH
|
set -g PATH /opt/homebrew/bin $PATH
|
||||||
|
|
||||||
# mysql
|
# mysql
|
||||||
|
|
@ -17,6 +21,7 @@ set -Ux PATH $PATH $GOPATH/bin
|
||||||
|
|
||||||
thefuck --alias | source
|
thefuck --alias | source
|
||||||
|
|
||||||
|
# fish_greeting replaced by maxim
|
||||||
function fish_greeting
|
function fish_greeting
|
||||||
echo 'Talk is cheap. Show me the code.' | lolcat -a -d 10
|
echo 'Talk is cheap. Show me the code.' | lolcat -a -d 10
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue