mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(fish): add setup script for fisher
This commit is contained in:
10
setup/fisher.sh
Normal file
10
setup/fisher.sh
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
|
||||||
|
|
||||||
|
fisher install jethrokuan/z
|
||||||
|
fisher install edc/bass
|
||||||
|
fisher install jorgebucaran/replay.fish
|
||||||
|
fisher install jorgebucaran/autopair.fish
|
||||||
|
fisher install gazorby/fish-abbreviation-tips
|
||||||
|
|
||||||
@@ -11,6 +11,10 @@ xcode-select --install
|
|||||||
echo "Installing TMUX Plugin Manager"
|
echo "Installing TMUX Plugin Manager"
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
|
||||||
|
# Fish Plugin Manager
|
||||||
|
echo "Installing Fish Plugin Manager"
|
||||||
|
source ./fisher.sh
|
||||||
|
|
||||||
# Homebrew
|
# Homebrew
|
||||||
if test ! $(which brew); then
|
if test ! $(which brew); then
|
||||||
echo "Installing Homebrew"
|
echo "Installing Homebrew"
|
||||||
|
|||||||
Reference in New Issue
Block a user