A first try in getting the posix shells (zsh and bash) into one configuration sourced..
Find a file
2026-01-23 20:52:33 +01:00
.posix added youtube-tui alias 2026-01-23 20:52:33 +01:00
.shell fixed all issues 2026-01-23 20:02:40 +01:00
.stow-local-ignore added README and stow ignore file 2026-01-18 22:50:04 +01:00
README.md added README and stow ignore file 2026-01-18 22:50:04 +01:00

posix alias and environment

The configurations should work for bash AND zsh shells.

Simply source the files in your .bashrc or .zshrc

. .shell-alias  # sets up aliases for docker, git, (eza||lsd||exa||ls), tmux autosession.. 
. .shell-env    # sets up the environment ($PATH and things like cargo, bob, go..)
. .shell-pkgmgr # sets up packagemanager commands (install, search, update...)

. .shell-proxy  # only if needed - sets up proxy with hostnamebased configurations. Add your own if needed

Thats it. done!