-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore_config.sh
More file actions
22 lines (19 loc) · 937 Bytes
/
core_config.sh
File metadata and controls
22 lines (19 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# _ _ _ _ _ _
# / \ (_)_ __ ___ ___ _ __| \ | | ___(_) __ _ ___( )___
# / _ \ | | '_ ` _ \ / _ \ '__| \| |/ _ \ |/ _` |/ _ \// __|
# / ___ \| | | | | | | __/ | | |\ | __/ | (_| | __/ \__ \
# /_/ \_\_|_| |_| |_|\___|_| |_| \_|\___|_|\__, |\___| |___/
# |___/
# _________ _ _ ____ ____ ____
# |__ / ___|| | | | _ \ / ___| / ___|___ _ __ ___
# / /\___ \| |_| | |_) | | | | / _ \| '__/ _ \
# / /_ ___) | _ | _ <| |___ | |__| (_) | | | __/
# /____|____/|_| |_|_| \_\\____| \____\___/|_| \___|
# Blog https://aimerneige.com/
# Email aimer.neige@aimerneige.com
# GitHub https://github.com/AimerNeige
source $HOME/.config/zsh/alias_config.sh
source $HOME/.config/zsh/path_config.sh
source $HOME/.config/zsh/other_config.sh
source $HOME/.config/zsh/macos_config.sh
source $HOME/.config/zsh/functions.sh