-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshbop.conf.example
73 lines (61 loc) · 4.03 KB
/
.zshbop.conf.example
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# =================================================================================================
# -- Example .zshbop.conf
# * Override zshbop functions, settings and variables
# * Create own custom functions, variables and zsh scripts
# * Move to $HOME/.zshbop.conf and uncomment as needed
# =================================================================================================
# =================================================================================================
# -- ZSHBOP Configuration
# Default configuration options that can be overriden
# =================================================================================================
#export ZSHBOP_ROOT="" # -- Override ZSHBOP Installation directory
#export ZSHBOP_CUSTOM_SSHKEY="" # -- Set a custom SSH key to be loaded
#export ZSHBOP_PLUGIN_MANAGER="init_antidote" # -- Override plugin manager, can be init_antidote or init_antigen
#export ZSHBOP_GIT_CHECK="1" # -- zshbop git check on logout, this will run and will $GIT_HOME for any repositories that have uncommited code.
#export GIT_HOME="$HOME/git" # -- A location where you have all your git repositories.
#ZSHBOP_UPDATE_GIT=(${HOME}/git/cloudflare-cli ${GIT_HOME}/plik) # -- Git Repositores to update when running zshbop update
#export -p ZSHBOP_UPDATE_GIT > /dev/null
#export ZSHBOP_IP_PROVIDER="ipinfo.io"
#export ZSHBOP_IP_API_KEY=""
#export ZSHBOP_IP_SCAM="" # API key for scamalytics.com
# =================================================================================================
# -- Application settings
# =================================================================================================
# -- Exbin
#export EXBIN_TYPE="" # Choose either `netcat` or `api` for exbin posting
#export EXBIN_HOST="" # Exbin host, for netcat just the hostname and for api the full URL
#export EXBIN_PORT="" # If you don't use the standard 9999 port for exbin.
#export EXBIN
# =================================================================================================
# -- Customizations - Add your customizations below
# * It's suggested you create a custom directory using $ZBC
# * If you create a kb dir in $ZBC it will be included in kb
# =================================================================================================
# -- Add more paths
#export PATH=$PATH:$HOME/git/sitecachecheck
# =================================================================================================
# -- Custom startup function
# * Define _init_custom_startup to run your code when ZSHBOP starts.
# =================================================================================================
#function init_custom_startup () {
#
#}
# =================================================================================================
# -- Additional omz plugins
# =================================================================================================
#plugins+=('universalarchive')
# =================================================================================================
# -- Custom zshbop directory
# * Setup custom directory for scripts and other configuration, source any files you require.
# * If you use $ZBC, then zshbop will check if it's a git repository and update it when you 'update' zshbop
# =================================================================================================
#ZBC="$HOME/git/zshbop-custom"
#source $ZBC/init.zsh
# =================================================================================================
# =================================================================================================
# END END END END END END END END END END END END END END END
# =================================================================================================
# =================================================================================================
_debug "###########################################################"
_debug "################ Loading .zshbop.conf ###################"
_debug "###########################################################"