diff --git a/ataccama b/ataccama index 61d7037..9e7c8ad 100644 --- a/ataccama +++ b/ataccama @@ -3,4 +3,4 @@ export GPG_TTY # JAVA # ------------------------------------- -export PATH=/usr/local/opt/openjdk@11/bin:$PATH +export PATH=/opt/homebrew/opt/openjdk@11/bin:$PATH diff --git a/gitconfig b/gitconfig index 858d546..7b7d544 100644 --- a/gitconfig +++ b/gitconfig @@ -3,7 +3,7 @@ [user] name = Tomas Pustelnik email = 10606260+Pustelto@users.noreply.github.com - signingkey = D59B3ACEF44543BF + signingkey = /Users/Tomas.Pustelnik/.ssh/ata_gitlab.pub gpgsign = true [core] excludesfile = ~/.gitignore @@ -41,3 +41,5 @@ ff = only [github] user = pustelto +[gpg] + format = ssh diff --git a/shell/.aliases b/shell/.aliases index ab8c184..b0d68d5 100644 --- a/shell/.aliases +++ b/shell/.aliases @@ -54,6 +54,5 @@ alias dcpu="DOCKER_GATEWAY_HOST=172.17.0.1 docker compose pull && docker compose # alias neovim to vim alias vim="nvim" -alias nnv="NVIM_APPNAME='new-config-nvim' nvim" alias lg="lazygit" diff --git a/zprofile b/zprofile index 6b27a6c..3cc7397 100644 --- a/zprofile +++ b/zprofile @@ -1 +1,4 @@ eval "$(/opt/homebrew/bin/brew shellenv)" + +# Created by `pipx` on 2024-09-10 14:13:01 +export PATH="$PATH:/Users/Tomas.Pustelnik/.local/bin" diff --git a/zshrc b/zshrc index 6a739f1..41e74c7 100644 --- a/zshrc +++ b/zshrc @@ -6,12 +6,6 @@ export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 -# allow custom path setup per device without commiting possibly sensitive data -# (path_exports is not versioned) -source ~/.path_exports - -export PATH=$CUSTOM_PATH$PATH - # ENV AND PLUGINS # ------------------------------------- @@ -134,3 +128,16 @@ export PATH=/Users/tomas.pustelnik/.cargo/bin:$PATH # ------------------------------------- source ~/Dotfiles/ataccama +export PATH=$HOME/.docker/bin:$PATH + +# Created by `pipx` on 2024-09-10 14:13:01 +export PATH="$PATH:/Users/Tomas.Pustelnik/.local/bin" + +# allow custom path setup per device without commiting possibly sensitive data +# (path_exports is not versioned) +source ~/.path_exports + +export PATH="$HOME/.jenv/bin:$PATH" +eval "$(jenv init -)" + +export PATH=$CUSTOM_PATH$PATH