Difference between revisions of "IT-OS-Config-Samer"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (→Console colors) |
(→bashrc) |
||
| Line 8: | Line 8: | ||
==bashrc== | ==bashrc== | ||
| + | * Colors: https://gist.github.com/vratiu/9780109 | ||
<pre class="code"> | <pre class="code"> | ||
| − | + | \[\033[0m\] #No Format | |
| − | PS1=" | + | \[\033[0;32m\] #Green |
| + | \[\033[0;33m\] #Yellow | ||
| + | \[\033[0;34m\] #Blue | ||
| + | \[\033[0;36m\] #Cyan | ||
| + | .. | ||
| + | PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\][\w] \[\033[00;32m\]($(git branch 2>/dev/null | grep "^*"))\[\033[00m\]\n\$ " | ||
</pre> | </pre> | ||
<pre class="code"> | <pre class="code"> | ||
Revision as of 15:04, 6 February 2020
Needed-Apps
- https://gist.github.com/grenade/6363978
- AppEditor: https://github.com/donadigo/appeditor
- gtk3-widget-factory
- gtk3-icon-browser
bashrc
\[\033[0m\] #No Format \[\033[0;32m\] #Green \[\033[0;33m\] #Yellow \[\033[0;34m\] #Blue \[\033[0;36m\] #Cyan .. PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\][\w] \[\033[00;32m\]($(git branch 2>/dev/null | grep "^*"))\[\033[00m\]\n\$ "
alias ls='ls -alh' alias cl='clear'
Console colors
- https://www.color-hex.com/color-palette/36646
- Forground: #a5a5a5 or #D3D7CF (Best)
- Background: #282A36 or #2E3436 (Best)
- 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