dotfiles/scripts/setup_fish

10 lines
112 B
Plaintext
Raw Normal View History

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