update git

This commit is contained in:
Errol Sancaktar 2024-08-02 14:24:09 -06:00
parent dffcd16412
commit a367655c78
21 changed files with 1187 additions and 30 deletions

4
.gitignore vendored
View File

@ -1,4 +0,0 @@
neovim/.config/nvim/lazyvim.json
neovim/.config/nvim/lazy-lock.json
cache/
alacritty.toml**

View File

@ -13,7 +13,9 @@
# "~/.config/alacritty/keybindings.toml",
# ]
import = []
import = [
'~/.config/alacritty/catpuccin-latte.toml'
]
# live_config_reload = true | false
# Live config reload (changes require restart)
@ -35,10 +37,10 @@ live_config_reload = true
# Example:
[env]
TERM = "xterm-256color"
#TERM = "xterm-256color"
TERM = "alacritty"
# WINIT_X11_SCALE_FACTOR = "1.0"
#[env]
# WINDOW

View File

@ -0,0 +1,75 @@
[colors.primary]
background = "#eff1f5"
foreground = "#4c4f69"
dim_foreground = "#8c8fa1"
bright_foreground = "#4c4f69"
[colors.cursor]
text = "#eff1f5"
cursor = "#dc8a78"
[colors.vi_mode_cursor]
text = "#eff1f5"
cursor = "#7287fd"
[colors.search.matches]
foreground = "#eff1f5"
background = "#6c6f85"
[colors.search.focused_match]
foreground = "#eff1f5"
background = "#40a02b"
[colors.footer_bar]
foreground = "#eff1f5"
background = "#6c6f85"
[colors.hints.start]
foreground = "#eff1f5"
background = "#df8e1d"
[colors.hints.end]
foreground = "#eff1f5"
background = "#6c6f85"
[colors.selection]
text = "#eff1f5"
background = "#dc8a78"
[colors.normal]
black = "#bcc0cc"
red = "#d20f39"
green = "#40a02b"
yellow = "#df8e1d"
blue = "#1e66f5"
magenta = "#ea76cb"
cyan = "#179299"
white = "#5c5f77"
[colors.bright]
black = "#acb0be"
red = "#d20f39"
green = "#40a02b"
yellow = "#df8e1d"
blue = "#1e66f5"
magenta = "#ea76cb"
cyan = "#179299"
white = "#6c6f85"
[colors.dim]
black = "#bcc0cc"
red = "#d20f39"
green = "#40a02b"
yellow = "#df8e1d"
blue = "#1e66f5"
magenta = "#ea76cb"
cyan = "#179299"
white = "#5c5f77"
[[colors.indexed_colors]]
index = 16
color = "#fe640b"
[[colors.indexed_colors]]
index = 17
color = "#dc8a78"

View File

@ -0,0 +1,75 @@
[colors.primary]
background = "#1e1e2e"
foreground = "#cdd6f4"
dim_foreground = "#7f849c"
bright_foreground = "#cdd6f4"
[colors.cursor]
text = "#1e1e2e"
cursor = "#f5e0dc"
[colors.vi_mode_cursor]
text = "#1e1e2e"
cursor = "#b4befe"
[colors.search.matches]
foreground = "#1e1e2e"
background = "#a6adc8"
[colors.search.focused_match]
foreground = "#1e1e2e"
background = "#a6e3a1"
[colors.footer_bar]
foreground = "#1e1e2e"
background = "#a6adc8"
[colors.hints.start]
foreground = "#1e1e2e"
background = "#f9e2af"
[colors.hints.end]
foreground = "#1e1e2e"
background = "#a6adc8"
[colors.selection]
text = "#1e1e2e"
background = "#f5e0dc"
[colors.normal]
black = "#45475a"
red = "#f38ba8"
green = "#a6e3a1"
yellow = "#f9e2af"
blue = "#89b4fa"
magenta = "#f5c2e7"
cyan = "#94e2d5"
white = "#bac2de"
[colors.bright]
black = "#585b70"
red = "#f38ba8"
green = "#a6e3a1"
yellow = "#f9e2af"
blue = "#89b4fa"
magenta = "#f5c2e7"
cyan = "#94e2d5"
white = "#a6adc8"
[colors.dim]
black = "#45475a"
red = "#f38ba8"
green = "#a6e3a1"
yellow = "#f9e2af"
blue = "#89b4fa"
magenta = "#f5c2e7"
cyan = "#94e2d5"
white = "#bac2de"
[[colors.indexed_colors]]
index = 16
color = "#fab387"
[[colors.indexed_colors]]
index = 17
color = "#f5e0dc"

1001
git/.config/git/gitignore Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,12 @@
[user]
name = "Errol Sancaktar"
email = "errol@sancaktar.net"
[includeIf "gitdir:~/git/lucidpoint/"]
path = ~/.gitconfig.work
path = ~/.config/git/gitconfig.work
[includeIf "gitdir:~/git/personal/"]
path = ~/.gitconfig.personal
path = ~/.config/git/gitconfig.personal
[color]
# Enable colors in color-supporting terminals
@ -38,7 +42,7 @@
# Display submodule-related information (commit listings)
submodule = log
# Set Global gitignore file
excludesfiles = ~/.gitignore
excludesfile =~/.config/git/gitignore
[merge]
# Display common-ancestor blocks in conflict hunks
@ -85,6 +89,3 @@
useHttpPath = true
[pull]
ff = only
[user]
email = =
name = =

View File

@ -84,12 +84,12 @@ disabled = false
[custom.k8s]
command = "~/.config/starship/kubernetes.sh"
when = 'test -n "$(/Users/errol/.config/starship/kubernetes.sh)"'
when = 'test -n "$(~/.config/starship/kubernetes.sh)"'
format = "[ *$output* ](blue bold)"
[custom.venv]
command = "~/.config/starship/venv.sh"
when = 'test -n "$(/Users/errol/.config/starship/venv.sh)"'
when = 'test -n "$(~/.config/starship/venv.sh)"'
format = "[ *$output* ](blue bold)"
[python]
@ -130,4 +130,4 @@ success_symbol = ' >(fg:190)'
format = "[$symbol$common_meaning]($style) "
style = 'fg:190'
map_symbol = true
disabled = false
disabled = false

View File

@ -1,12 +1,13 @@
# Venkat Nagappan - Tmux Config
# Errol Sancaktar - Tmux Config
set -g default-terminal "screen-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
# Disable Right Click Menu
unbind -n MouseDown3Pane
# History
set-option -g history-limit 5000
set-option -g history-limit 50000
bind \; command-prompt
@ -109,8 +110,6 @@ bind -n S-Pagedown send-keys S-Pagedown
set -g status-right '#[fg=white]#(hostname)@#(host `hostname` | cut -d " " -f 4)'
# tpm plugin manager
#set -g @plugin 'tmux-plugins/tpm'
# PLUGIN Management
@ -118,6 +117,8 @@ if-shell "uname | grep -q Darwin" {
set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin"
}
# tpm plugin manager
set -g @plugin 'tmux-plugins/tpm'
# list of tmux plugins
#set -g @plugin 'christoomey/vim-tmux-navigator'
#set -g @plugin 'jimeh/tmux-themepack'
@ -131,9 +132,12 @@ if-shell "uname | grep -q Darwin" {
#set -g @continuum-restore 'off'
# initialize tmux plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
# SPOTIFY
set -g @plugin 'xamut/tmux-spotify
run-shell "~/.tmux/plugins/tmux-spotify/tmux-spotify.tmux"
# initialize tmux plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
run-shell '~/.tmux/plugins/tpm/tpm'

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
[[[0,"/Users/errol/git/lucidpoint/lp-adcellerant/lp-adcellerant-finops/venv/lib/python3.12/site-packages/PIL/__init__.py","","",null,0],[false,[["__version__",true,13,null],["_plugins",true,13,null],["UnidentifiedImageError",true,5,null]]]],[[0,"/home/errol/git/lucidpoint/adcellerant/lp-adcellerant-finops/venv/lib/python3.12/site-packages/PIL/__init__.py","","",null,1],[false,[["__version__",true,13,null],["_plugins",true,13,null],["UnidentifiedImageError",true,5,null]]]]]
[[[0,"/Users/errol/git/lucidpoint/lp-adcellerant/lp-adcellerant-finops/venv/lib/python3.12/site-packages/PIL/__init__.py","","",null,0],[false,[["__version__",true,13,null],["_plugins",true,13,null],["UnidentifiedImageError",true,5,null]]]],[[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/Pillow/PIL/__init__.pyi","","",null,1],[false,[["__version__",true,13,null],["UnidentifiedImageError",true,5,null]]]],[[0,"/home/errol/git/lucidpoint/adcellerant/lp-adcellerant-finops/venv/lib/python3.12/site-packages/PIL/__init__.py","","",null,1],[false,[["__version__",true,13,null],["_plugins",true,13,null],["UnidentifiedImageError",true,5,null]]]]]

View File

@ -1 +1 @@
[[[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/__init__.pyi","","",null,0],[false,[["FFI",true,2,["FFI",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/api.pyi","","",null,0],5]],["CDefError",true,2,["CDefError",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,0],5]],["FFIError",true,2,["FFIError",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,0],5]],["VerificationError",true,2,["VerificationError",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,0],5]],["VerificationMissing",true,2,["VerificationMissing",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,0],5]],["__version__",true,13,null],["__version_info__",true,13,null],["__version_verifier_modules__",true,13,null]]]]]
[[[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/__init__.pyi","","",null,0],[false,[["FFI",true,2,["FFI",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/api.pyi","","",null,0],5]],["CDefError",true,2,["CDefError",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,0],5]],["FFIError",true,2,["FFIError",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,0],5]],["VerificationError",true,2,["VerificationError",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,0],5]],["VerificationMissing",true,2,["VerificationMissing",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,0],5]],["__version__",true,13,null],["__version_info__",true,13,null],["__version_verifier_modules__",true,13,null]]]],[[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/__init__.pyi","","",null,1],[false,[["FFI",true,2,["FFI",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/api.pyi","","",null,1],5]],["CDefError",true,2,["CDefError",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,1],5]],["FFIError",true,2,["FFIError",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,1],5]],["VerificationError",true,2,["VerificationError",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,1],5]],["VerificationMissing",true,2,["VerificationMissing",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/cffi/cffi/error.pyi","","",null,1],5]],["__version__",true,13,null],["__version_info__",true,13,null],["__version_verifier_modules__",true,13,null]]]]]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
[[[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/__init__.pyi","","",null,0],[false,[["S_IMODE",true,2,["S_IMODE",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stdlib/_stat.pyi","","",null,0],12]],["ConnectionException",true,2,["ConnectionException",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/exceptions.pyi","","",null,0],5]],["CredentialException",true,2,["CredentialException",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/exceptions.pyi","","",null,0],5]],["HostKeysException",true,2,["HostKeysException",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/exceptions.pyi","","",null,0],5]],["WTCallbacks",true,2,["WTCallbacks",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],5]],["cd",true,2,["cd",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["known_hosts",true,2,["known_hosts",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["path_advance",true,2,["path_advance",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["path_retreat",true,2,["path_retreat",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["reparent",true,2,["reparent",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["st_mode_to_int",true,2,["st_mode_to_int",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["walktree",true,2,["walktree",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["CnOpts",true,5,null],["_Callback",true,13,null],["_Path",true,13,null],["Connection",true,5,null]]]]]
[[[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/__init__.pyi","","",null,0],[false,[["S_IMODE",true,2,["S_IMODE",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stdlib/_stat.pyi","","",null,0],12]],["ConnectionException",true,2,["ConnectionException",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/exceptions.pyi","","",null,0],5]],["CredentialException",true,2,["CredentialException",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/exceptions.pyi","","",null,0],5]],["HostKeysException",true,2,["HostKeysException",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/exceptions.pyi","","",null,0],5]],["WTCallbacks",true,2,["WTCallbacks",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],5]],["cd",true,2,["cd",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["known_hosts",true,2,["known_hosts",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["path_advance",true,2,["path_advance",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["path_retreat",true,2,["path_retreat",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["reparent",true,2,["reparent",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["st_mode_to_int",true,2,["st_mode_to_int",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["walktree",true,2,["walktree",[0,"/Users/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/helpers.pyi","","",null,0],12]],["CnOpts",true,5,null],["_Callback",true,13,null],["_Path",true,13,null],["Connection",true,5,null]]]],[[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pysftp/pysftp/__init__.pyi","","",null,1],[false,[["S_IMODE",true,2,["S_IMODE",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stdlib/_stat.pyi","","",null,1],12]],["ConnectionException",true,2,["ConnectionException",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/exceptions.pyi","","",null,1],5]],["CredentialException",true,2,["CredentialException",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/exceptions.pyi","","",null,1],5]],["HostKeysException",true,2,["HostKeysException",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/exceptions.pyi","","",null,1],5]],["WTCallbacks",true,2,["WTCallbacks",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/helpers.pyi","","",null,1],5]],["cd",true,2,["cd",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/helpers.pyi","","",null,1],12]],["known_hosts",true,2,["known_hosts",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/helpers.pyi","","",null,1],12]],["path_advance",true,2,["path_advance",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/helpers.pyi","","",null,1],12]],["path_retreat",true,2,["path_retreat",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/helpers.pyi","","",null,1],12]],["reparent",true,2,["reparent",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/helpers.pyi","","",null,1],12]],["st_mode_to_int",true,2,["st_mode_to_int",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/helpers.pyi","","",null,1],12]],["walktree",true,2,["walktree",[0,"/usr/lib/python3/dist-packages/pysftp-stubs/helpers.pyi","","",null,1],12]],["CnOpts",true,5,null],["_Callback",true,13,null],["_Path",true,13,null],["Connection",true,5,null]]]]]

View File

@ -1 +1 @@
[[[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/__init__.pyi","","",null,0],[false,[["AmbiguousTimeError",true,2,["AmbiguousTimeError",[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/exceptions.pyi","","",null,0],5]],["InvalidTimeError",true,2,["InvalidTimeError",[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/exceptions.pyi","","",null,0],5]],["NonExistentTimeError",true,2,["NonExistentTimeError",[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/exceptions.pyi","","",null,0],5]],["UnknownTimeZoneError",true,2,["UnknownTimeZoneError",[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/exceptions.pyi","","",null,0],5]],["BaseTzInfo",true,2,["BaseTzInfo",[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/tzinfo.pyi","","",null,0],5]],["_UTCclass",true,5,null],["utc",true,13,null],["UTC",true,14,null],["timezone",true,12,null],["_FixedOffset",true,5,null],["FixedOffset",true,12,null],["all_timezones",true,13,null],["all_timezones_set",true,13,null],["common_timezones",true,13,null],["common_timezones_set",true,13,null],["country_timezones",true,13,null],["country_names",true,13,null],["ZERO",true,14,null],["HOUR",true,14,null],["VERSION",true,14,null]]]]]
[[[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/__init__.pyi","","",null,0],[false,[["AmbiguousTimeError",true,2,["AmbiguousTimeError",[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/exceptions.pyi","","",null,0],5]],["InvalidTimeError",true,2,["InvalidTimeError",[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/exceptions.pyi","","",null,0],5]],["NonExistentTimeError",true,2,["NonExistentTimeError",[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/exceptions.pyi","","",null,0],5]],["UnknownTimeZoneError",true,2,["UnknownTimeZoneError",[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/exceptions.pyi","","",null,0],5]],["BaseTzInfo",true,2,["BaseTzInfo",[0,"/Users/errol/git/lucidpoint/finops/lp-finops-loader/loader/venv/lib/python3.12/site-packages/pytz-stubs/tzinfo.pyi","","",null,0],5]],["_UTCclass",true,5,null],["utc",true,13,null],["UTC",true,14,null],["timezone",true,12,null],["_FixedOffset",true,5,null],["FixedOffset",true,12,null],["all_timezones",true,13,null],["all_timezones_set",true,13,null],["common_timezones",true,13,null],["common_timezones_set",true,13,null],["country_timezones",true,13,null],["country_names",true,13,null],["ZERO",true,14,null],["HOUR",true,14,null],["VERSION",true,14,null]]]],[[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pytz/pytz/__init__.pyi","","",null,1],[false,[["AmbiguousTimeError",true,2,["AmbiguousTimeError",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pytz/pytz/exceptions.pyi","","",null,1],5]],["InvalidTimeError",true,2,["InvalidTimeError",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pytz/pytz/exceptions.pyi","","",null,1],5]],["NonExistentTimeError",true,2,["NonExistentTimeError",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pytz/pytz/exceptions.pyi","","",null,1],5]],["UnknownTimeZoneError",true,2,["UnknownTimeZoneError",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pytz/pytz/exceptions.pyi","","",null,1],5]],["BaseTzInfo",true,2,["BaseTzInfo",[0,"/home/errol/.dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/typeshed-fallback/stubs/pytz/pytz/tzinfo.pyi","","",null,1],5]],["_UTCclass",true,5,null],["utc",true,13,null],["UTC",true,14,null],["timezone",true,12,null],["_FixedOffset",true,5,null],["FixedOffset",true,12,null],["all_timezones",true,13,null],["all_timezones_set",true,13,null],["common_timezones",true,13,null],["common_timezones_set",true,13,null],["country_timezones",true,13,null],["country_names",true,13,null],["ZERO",true,14,null],["HOUR",true,14,null],["VERSION",true,14,null]]]]]

View File

@ -188,3 +188,6 @@ if [ -f '/Users/errol/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users
# The next line enables shell command completion for gcloud.
if [ -f '/Users/errol/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/errol/Downloads/google-cloud-sdk/completion.zsh.inc'; fi
## Python
export PYTHONPATH=$PYTHONPATH:~/git/lucidpoint/python