Difference between revisions of "IT-OS-Config-Samer"
Jump to navigation
Jump to search
(→Console colors) |
(→Console colors) |
||
| Line 27: | Line 27: | ||
==Console colors== | ==Console colors== | ||
| − | * | + | * Forground: #a5a5a5 |
| + | * Background: #282A36 | ||
| + | * Shema: #073642:#dc322f:#859900:#b58900:#268bd2:#ec0048:#2aa198:#94a3a5:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#6c71c4 | ||
==DPI-Resoulation== | ==DPI-Resoulation== | ||
Revision as of 22:53, 19 December 2019
bashrc
PS1="[\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w]\[\033[00m\]\$ " PS1="[\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w]\[\033[00m\]`__git_ps1`\n$ "
if [ "$color_prompt" = yes ]; then
PS1='[${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]]\n\$ '
else
PS1='[${debian_chroot:+($debian_chroot)}\u@\h:\w]\n\$ '
fi
alias ls='ls -alh' alias dir='ls -alh' alias cls='clear' alias kgn='kc get nodes' alias kgd='kc get deploy' alias kgp='kc get pods' alias kgs='kc get svc' # ... alias kdn='kc describe nodes' alias kdd='kc describe deploy' alias kdp='kc describe pods' alias kds='kc describe svc'
Console colors
- Forground: #a5a5a5
- Background: #282A36
- Shema: #073642:#dc322f:#859900:#b58900:#268bd2:#ec0048:#2aa198:#94a3a5:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#6c71c4
DPI-Resoulation
- http://dpi.lv/
- HP-Box: 15.6" @ (1366 x 768) >> 100 DPI
- HP-Box: 17.3" @ (1366 x 768) >> 91 DPI
xdpyinfo | grep dots