1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-08 07:10:14 +00:00
Files
dotfiles/scripts/setup_fish
2020-12-18 11:23:55 -07:00

10 lines
112 B
Fish
Executable File

#!/usr/bin/env fish
# Install fisher packages
fisher update
# Load abbreviations
abbrs
echo "fish setup ✓"