feat: build multiple image
This commit is contained in:
21
containers/base/config/bashrc
Normal file
21
containers/base/config/bashrc
Normal file
@@ -0,0 +1,21 @@
|
||||
. /etc/bashrc
|
||||
|
||||
# === container enter logic - cd to ENTER_DIR ===
|
||||
ENTER_DIR="${ENTER_DIR/#\~/$HOME}"
|
||||
[ -d "$ENTER_DIR" ] && cd "$ENTER_DIR"
|
||||
|
||||
# === environment ===
|
||||
export EDITOR=nvim \
|
||||
WAYLAND_DISPLAY=wayland-0 \
|
||||
XDG_RUNTIME_DIR=/run/user/1000 \
|
||||
SSH_AUTH_SOCK=/run/user/1000/ssh-auth-sock \
|
||||
DBUS_SESSION_BUS_ADDRESS="unix:path=/tmp/bus" \
|
||||
PS1="\[\e[30;46m\] $CONTAINER_NAME | \w \[\e[0;36m\]\[\e[m\] " \
|
||||
TZ="Europe/Amsterdam"
|
||||
|
||||
# === aliases and functions ===
|
||||
alias vi=nvim
|
||||
post() { curl -sF "content=<-" "https://paste.plabble.org/$2?lang=$1" && echo; }
|
||||
|
||||
eval "$(zoxide init --cmd cd bash)"
|
||||
eval "$(fzf --bash)"
|
||||
2
containers/base/config/bin/host
Executable file
2
containers/base/config/bin/host
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" $(basename "$0") "$@"
|
||||
1
containers/base/config/bin/podman
Symbolic link
1
containers/base/config/bin/podman
Symbolic link
@@ -0,0 +1 @@
|
||||
host
|
||||
1
containers/base/config/bin/xdg-open
Symbolic link
1
containers/base/config/bin/xdg-open
Symbolic link
@@ -0,0 +1 @@
|
||||
host
|
||||
Reference in New Issue
Block a user