Compare commits
4 Commits
b39f15cfbd
...
71a3747ee0
Author | SHA1 | Date |
---|---|---|
Luca Bilke | 71a3747ee0 | |
Luca Bilke | eac654eb72 | |
Luca Bilke | b5d0e79796 | |
Luca Bilke | 8f3eba67a1 |
|
@ -4,5 +4,6 @@
|
|||
*/.config/git/credentials filter=redact
|
||||
*/.local/bin/openproject_hours filter=redact
|
||||
*/.config/task/host filter=redact
|
||||
*/.config/zsh/configs/host-setup filter=redact
|
||||
|
||||
*/.config/task/taskrc filter=taskwarrior-clean
|
||||
|
|
|
@ -8,3 +8,11 @@ config
|
|||
wireguard
|
||||
Webchecks
|
||||
fail2ban
|
||||
hypervisor
|
||||
Proxmox
|
||||
Tralios
|
||||
Netbox
|
||||
ZSH
|
||||
zsh
|
||||
zshrc
|
||||
hostname
|
||||
|
|
|
@ -41,6 +41,8 @@ zstyle ':completion:*:descriptions' format '[%d]'
|
|||
zstyle ':completion:*' list-colors "${(s/:/)LS_COLORS}"
|
||||
zstyle ':completion:*' menu no
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
|
||||
zstyle ':completion:*' use-cache on
|
||||
zstyle ':completion:*' cache-path "${XDG_CACHE_HOME}/zsh/.zcompcache"
|
||||
|
||||
zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup
|
||||
zstyle ':fzf-tab:*' switch-group '<' '>'
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
export VAULT_ADDR=https://vault.tralios.de
|
||||
|
||||
export NETBOX_TOKEN="<#netbox_apikey#>"
|
||||
export NETBOX_URL="https://netbox.tralios.de"
|
||||
|
||||
export KUBECONFIG_DIRS="
|
||||
/home/luca/Documents/dev/tralios/ansible/classes/kubeconfig
|
||||
/home/luca/Documents/dev/schneiderfilz/sf-ansible/classes/kubeconfig
|
||||
|
|
Loading…
Reference in New Issue