feat(fish): add fish-shell

This commit is contained in:
2022-05-29 18:34:28 +08:00
parent 96f291e4d8
commit 27e1771b99
6 changed files with 79 additions and 0 deletions

View File

@@ -39,6 +39,10 @@ Thats it! we have successfully created a symlink for `.gitconfig` ,and a syml
### zsh
`stow --dotfiles -vSt ~ zsh`
### fish shell
`mkdir ~/.config/fish`
`stow --dotfiles -vSt ~/.config/fish fish`
### tmux
`stow --dotfiles -vSt ~ tmux`