Last active
March 7, 2025 20:31
-
-
Save b4tman/3bd474e9b4aae879923d8b157d1d6ee5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "" >> ~/.config/fish/config.fish | |
echo "set -U -x -a fish_user_paths \$HOME/.cargo/bin" >> ~/.config/fish/config.fish | |
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher | |
fisher install kidonng/zoxide.fish | |
fisher install jethrokuan/fzf | |
fisher install decors/fish-colored-man | |
fisher install ankitsumitg/docker-fish-completions | |
fisher install xs23933/export.fish | |
fisher install danhper/fish-ssh-agent | |
fisher install evanlucas/fish-kubectl-completions | |
fisher install IlanCosman/tide |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment