Skip to content

Commit

Permalink
[zsh] update config (mainly paths)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustelto committed Sep 24, 2024
1 parent 6d0d9b8 commit d7dba0f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ataccama
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[user]
name = Tomas Pustelnik
email = [email protected]
signingkey = D59B3ACEF44543BF
signingkey = /Users/Tomas.Pustelnik/.ssh/ata_gitlab.pub
gpgsign = true
[core]
excludesfile = ~/.gitignore
Expand Down Expand Up @@ -41,3 +41,5 @@
ff = only
[github]
user = pustelto
[gpg]
format = ssh
1 change: 0 additions & 1 deletion shell/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 3 additions & 0 deletions zprofile
Original file line number Diff line number Diff line change
@@ -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"
19 changes: 13 additions & 6 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
# -------------------------------------

Expand Down Expand Up @@ -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

0 comments on commit d7dba0f

Please sign in to comment.