-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin_list.sh
25 lines (22 loc) · 975 Bytes
/
plugin_list.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
# _ _ _ _ _ _
# / \ (_)_ __ ___ ___ _ __| \ | | ___(_) __ _ ___( )___
# / _ \ | | '_ ` _ \ / _ \ '__| \| |/ _ \ |/ _` |/ _ \// __|
# / ___ \| | | | | | | __/ | | |\ | __/ | (_| | __/ \__ \
# /_/ \_\_|_| |_| |_|\___|_| |_| \_|\___|_|\__, |\___| |___/
# |___/
# _________ _ _ ____ ____ ____ _ _ _ _
# |__ / ___|| | | | _ \ / ___| | _ \| |_ _ __ _| | (_)___| |_
# / /\___ \| |_| | |_) | | | |_) | | | | |/ _` | | | / __| __|
# / /_ ___) | _ | _ <| |___ | __/| | |_| | (_| | |___| \__ \ |_
# /____|____/|_| |_|_| \_\\____| |_| |_|\__,_|\__, |_____|_|___/\__|
# |___/
# Blog https://aimerneige.com/
# Email [email protected]
# GitHub https://github.com/AimerNeige
plugins=(
git
emoji
sublime
zsh-autosuggestions
zsh-syntax-highlighting
)