Browse Source

bash: adjust aliases

Maxim Likhachev 3 years ago
parent
commit
75cc761c0b
  1. 2
      etc/shell/bash/aliases
  2. 6
      etc/shell/bash/bashrc
  3. 101
      etc/soft/k9s/skin.linux.coal.yml

2
etc/shell/bash/aliases

@ -514,7 +514,7 @@ t() { @@ -514,7 +514,7 @@ t() {
eval $sdcvc \"$*\" | sed -E 's/[^ ]*\.wav//g' \
| sed 's/BrE\|NAmE/\n&/g' \
| gsed '$!N; /^\(.*\)\n\1$/!P; D' \
| sed '$!N; /^\(.*\)\n\1$/!P; D' \
| clr -fm '\[[^]]*\]' \
| clr -fy '=|~|[[:space:]]+[0-9a-zA-Zа-яА-Я]{1,2}\)|^[0-9]\.|^I+[[:space:]]' \
| clr -fo 'амер(иканизм|\.)?|\(US [^)]+\)|NAmE' \

6
etc/shell/bash/bashrc

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
#!/usr/bin/env bash ############################################################
#
# Изменён: Ср 03 ноя 2021 15:56:18
# Изменён: Чт 10 мар 2022 09:30:20
#
################################################################################
@ -8,6 +8,8 @@ @@ -8,6 +8,8 @@
# {{{ Переменные окружения
################################################################################
export CGO_ENABLED=0
export BASH_ENV="$HOME/.bashrc" #Файл настроек интерпретатора
export SHELLRC="$HOME/.shellrc" #Путь к директории настроек
export BASHRC="$SHELLRC/etc/shell/bash" #Путь к настройкам bash
@ -38,6 +40,8 @@ export PAGER=less #Страничный просмотрщик @@ -38,6 +40,8 @@ export PAGER=less #Страничный просмотрщик
export VISUAL="nvim -p" #Стандартный редактор
export EDITOR="nvim -p" #Стандартный редактор
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" #SSH Agent
export HELPSRC=()
#Отображать статус прокрутки.

101
etc/soft/k9s/skin.linux.coal.yml

@ -0,0 +1,101 @@ @@ -0,0 +1,101 @@
# OneDark presets
foreground: &foreground "#abb2bf"
background: &background "#282c34"
black: &black "#080808"
blue: &blue "#61afef"
green: &green "#98c379"
grey: &grey "#abb2bf"
orange: &orange "#ffb86c"
purple: &purple "#c678dd"
red: &red "#e06370"
yellow: &yellow "#e5c07b"
yellow_bright: &yellow_bright "#d19a66"
k9s:
body:
fgColor: *foreground
bgColor: *background
logoColor: *green
prompt:
fgColor: *foreground
bgColor: *background
suggestColor: *orange
info:
fgColor: *grey
sectionColor: *green
dialog:
fgColor: *black
bgColor: *background
buttonFgColor: *foreground
buttonBgColor: *green
buttonFocusFgColor: *black
buttonFocusBgColor: *blue
labelFgColor: *orange
fieldFgColor: *blue
frame:
border:
fgColor: *green
focusColor: *green
menu:
fgColor: *grey
keyColor: *yellow
numKeyColor: *yellow
crumbs:
fgColor: *black
bgColor: *green
activeColor: *yellow
status:
newColor: *blue
modifyColor: *green
addColor: *grey
pendingColor: *orange
errorColor: *red
highlightcolor: *yellow
killColor: *purple
completedColor: *grey
title:
fgColor: *blue
bgColor: *background
highlightColor: *purple
counterColor: *foreground
filterColor: *blue
views:
charts:
bgColor: *background
defaultDialColors:
- *green
- *red
defaultChartColors:
- *green
- *red
table:
fgColor: *yellow
bgColor: *background
cursorFgColor: *black
cursorBgColor: *blue
markColor: *yellow_bright
header:
fgColor: *grey
bgColor: *background
sorterColor: *orange
xray:
fgColor: *blue
bgColor: *background
cursorColor: *foreground
graphicColor: *yellow_bright
showIcons: false
yaml:
keyColor: *red
colonColor: *grey
valueColor: *grey
logs:
fgColor: *grey
bgColor: *background
indicator:
fgColor: *blue
bgColor: *background
help:
fgColor: *grey
bgColor: *background
indicator:
fgColor: *blue
Loading…
Cancel
Save