dotfiles/scripts/setup_fish

10 lines
112 B
Plaintext
Raw Normal View History

2020-11-22 23:22:09 -05:00
#!/usr/bin/env fish
2020-12-18 11:23:55 -07:00
# Install fisher packages
fisher update
# Load abbreviations
abbrs
echo "fish setup ✓"