forked from ghaiklor/iterm-fish-fisher-osx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall_plugins.sh
43 lines (32 loc) · 914 Bytes
/
install_plugins.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/usr/bin/env fish
#title :install_plugins.sh
#description :This script will install and configure themes and plugins for Fish Shell.
#author :ghaiklor
#date :2017-12-11
#version :0.1
#usage :curl -s https://raw.githubusercontent.com/ghaiklor/iterm-fish-fisherman-osx/master/install_plugins.sh | fish
#fish_version :2.7.0
#===================================================================================
fisher anicode
fisher await
fisher edc/bass
fisher omf/battery
fisher omf/theme-bobthefish
fisher laughedelic/brew-completions
brew install terminal-notifier
fisher done
fisher Shadowigor/plugin-errno-grep
brew install fzy
fisher fzy
brew install grc
fisher omf/grc
brew install jq
fisher omf/license
fisher omf/node-binpath
fisher omf/pj
set -U PROJECT_PATHS ~/Library/Projects
fisher shark
fisher upto
fisher z
fisher up
fish_update_completions