diff options
| -rw-r--r-- | dot_profile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dot_profile b/dot_profile new file mode 100644 index 0000000..4e153bf --- /dev/null +++ b/dot_profile | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | export PATH="$PATH:$HOME/.local/bin" | ||
| 2 | |||
| 3 | export XDG_CACHE_HOME="$HOME/.cache" | ||
| 4 | export XDG_CONFIG_HOME="$HOME/.config" | ||
| 5 | export XDG_DATA_HOME="$HOME/.local/share" | ||
| 6 | export XDG_STATE_HOME="$HOME/.local/var/lib" | ||
| 7 | |||
| 8 | export XKB_DEFAULT_LAYOUT="us,ru" | ||
| 9 | export XKB_DEFAULT_VARIANT="altgr-intl," | ||
| 10 | export XKB_DEFAULT_OPTIONS="grp:shifts_toggle,ctrl:swapcaps" | ||
| 11 | |||
| 12 | export ALTERNATE_EDITOR="emacs --no-splash" | ||
| 13 | export VISUAL="emacsclient --create-frame --quiet" | ||
| 14 | export MENU="menu" | ||
| 15 | export BROWSER="chromium" | ||
| 16 | export TERMINAL="foot" | ||
| 17 | export EMAIL="martin@michalec.dev" | ||
| 18 | |||
| 19 | export PASSWORD_STORE_DIR="$HOME/.password-store" | ||
| 20 | |||
| 21 | export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" | ||
| 22 | gpgconf --launch gpg-agent | ||
| 23 | gpg-connect-agent updatestartuptty /bye > /dev/null 2>&1 | ||
| 24 | |||
| 25 | export SDL_VIDEODRIVER="wayland" | ||
| 26 | |||
| 27 | export QT_QPA_PLATFORMTHEME=gtk3 | ||
| 28 | export QT_STYLE_OVERRIDE=gtk2 | ||
| 29 | export QT_WAYLAND_DECORATION=adwaita | ||
