feat: initial infrastructure baseline
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# .bashrc template for mw-pfeddersheim-workstation
|
||||
# Managed by saTway DevOps infra
|
||||
|
||||
# History settings
|
||||
HISTCONTROL=ignoreboth
|
||||
HISTSIZE=10000
|
||||
HISTFILESIZE=20000
|
||||
|
||||
# Aliases
|
||||
alias ll='ls -alF'
|
||||
alias g='git'
|
||||
alias d='docker'
|
||||
alias k='kubectl'
|
||||
alias main='bash {{ workspace_root }}/scripts/maintenance.sh'
|
||||
|
||||
# Environment
|
||||
export EDITOR='vim'
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
# saTway indicators
|
||||
export SATWAY_WORKSTATION="{{ inventory_hostname }}"
|
||||
export SATWAY_ENV="production"
|
||||
Reference in New Issue
Block a user