-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example
More file actions
56 lines (43 loc) · 1.67 KB
/
config.example
File metadata and controls
56 lines (43 loc) · 1.67 KB
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
# All values below should be in quotes.
# Environment variables are supported in values.
# Just make sure variables are exists before loading IdleBox.
# --------------------
# e.g. "$HOME/Library/Android/sdk/build-tools/29.0.2/"
ANDROID_PLATFORM_TOOLS_DIR=
# Ruby executable directory path from RubyGems.
GEM_BIN_DIR=
# Directory path for "get" command of Golang;
# which containing bin, pkg, src, etc.
# This is also used by declaring executable directory path.
GO_DIR=
# Directory path for registering Google Cloud SDK commands.
GOOGLE_CLOUD_SDK_DIR=
# Enable search function of Homebrew.
# Checkout https://docs.brew.sh/Manpage#environment
HOMEBREW_GITHUB_API_TOKEN=
# Set main locale of shell.
# Make sure you have generated the locale before setting this.
# Checkout https://wiki.archlinux.org/index.php/locale
LANGUAGE_AND_ENCODING="en_US.UTF-8"
# For MacOS, make "nw" command work.
# e.g. "/Applications/nwjs.app/Contents/MacOS/nwjs"
NWJS=
# Plugins for zsh.
# Make sure you have installed the plugin into Oh-my-zsh.
# Checkout https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
# Multiple values in a space separated list.
# e.g. "git zsh-completions zsh-syntax-highlighting"
PLUGINS="git"
# Directory path for "cargo" command of Rust;
# which containing bin, env, git, registry, etc.
# This is also used by declaring executable directory path.
RUST_DIR=
# Set shell proxy addresses for shell-proxy command.
# Checkout https://wiki.archlinux.org/index.php/Proxy_server
SHELL_PROXY_SERVER_ALL=
SHELL_PROXY_SERVER_HTTP=
SHELL_PROXY_SERVER_HTTPS=
# Theme of zsh.
# Make sure you have installed the theme into Oh-my-zsh.
# Checkout https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
THEME="aussiegeek"