This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| conky.config = { | |
| background = true, | |
| use_xft = true, | |
| font = 'xos4 Terminus:size=8', | |
| xftalpha = 0.1, | |
| --Update Interval | |
| update_interval = 1, | |
| total_run_times = 0, | |
| own_window = true, | |
| own_window_type = 'desktop', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 20 4 * * * /usr/bin/certbot renew --quiet --pre-hook "/bin/systemctl stop nginx" --post-hook "/bin/systemctl start nginx; /bin/systemctl reload postfix; /bin/systemctl reload dovecot; /etc/letsencrypt/scripts/copy-letsencrypt-cert-to-inspircd.sh && /etc/letsencrypt/scripts/copy-letsencrypt-cert-to-znc.sh && /bin/systemctl reload inspircd.service" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defscrollback 10000 | |
| startup_message off | |
| #hardstatus on | |
| altscreen on | |
| mousetrack on | |
| term screen-256color | |
| bind ',' prev | |
| bind '.' next | |
| #hardstatus alwayslastline | |
| #hardstatus string '%{= kG}[ %{R}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{R} %d-%m-%Y %{W}@ %{B}%0c:%s %{g}]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Use with preferred font: Noto Mono, Consolas, Monaco, Ubuntu Mono, monospace (size 13px) */ | |
| #topbar { | |
| font-family: "Noto Mono"; | |
| font-size: 11px; | |
| } | |
| @media (min-width: 968px) { | |
| .nav-pills { | |
| font-size: 14px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " set rtp+=/usr/lib/python2.7/site-packages/powerline/bindings/vim/ | |
| set guifont=Noto\ Mono\ for\ Powerline\ 11 | |
| set guioptions-=b | |
| set guioptions-=l | |
| set guioptions-=r | |
| set hidden | |
| set laststatus=2 | |
| set showtabline=2 | |
| set ssop-=folds " do not store folds | |
| set ssop-=options " do not store global and local values in a session |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # ~/.bashrc | |
| # | |
| # If not running interactively, don't do anything | |
| [[ $- != *i* ]] && return | |
| alias ls='ls --color=auto' | |
| #PS1='[\u@\h \W]\$ ' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [options] | |
| allow_bold = true | |
| browser = /usr/bin/chromium | |
| cursor_shape = ibeam | |
| dynamic_title = true | |
| font = Droid Sans Mono 10 | |
| icon_name = terminal | |
| scrollback_lines = 10000 | |
| size_hints = true | |
| urgent_on_bell = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [options] | |
| allow_bold = true | |
| browser = /usr/bin/chromium | |
| cursor_shape = ibeam | |
| dynamic_title = true | |
| font = Droid Sans Mono Dotted for Powerline 10 | |
| scrollback_lines = 10000 | |
| size_hints = true | |
| urgent_on_bell = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # dot.zshrc | |
| source "$HOME/.profile" | |
| source /etc/profile.d/vte.sh | |
| autoload -Uz promptinit | |
| autoload -Uz add-zsh-hook | |
| promptinit | |
| prompt fire red white blue black green yellow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # dot.tmux-powerline.conf | |
| run-shell "powerline-daemon -q" | |
| set -g default-terminal "tmux-256color" | |
| set -g base-index 1 | |
| set -g pane-base-index 1 | |
| set-option -ga terminal-overrides ",screen-256color:Tc" | |
| source /usr/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf |