Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0ac5d5aa7b
4 changed files with 89 additions and 18 deletions
|
|
@ -14,16 +14,16 @@
|
||||||
# Any items in the `env` entry below will be added as
|
# Any items in the `env` entry below will be added as
|
||||||
# environment variables. Some entries may override variables
|
# environment variables. Some entries may override variables
|
||||||
# set by alacritty itself.
|
# set by alacritty itself.
|
||||||
#env:
|
env:
|
||||||
# TERM variable
|
# TERM variable
|
||||||
#
|
#
|
||||||
# This value is used to set the `$TERM` environment variable for
|
# This value is used to set the `$TERM` environment variable for
|
||||||
# each instance of Alacritty. If it is not present, alacritty will
|
# each instance of Alacritty. If it is not present, alacritty will
|
||||||
# check the local terminfo database and use `alacritty` if it is
|
# check the local terminfo database and use `alacritty` if it is
|
||||||
# available, otherwise `xterm-256color` is used.
|
# available, otherwise `xterm-256color` is used.
|
||||||
#TERM: alacritty
|
TERM: xterm-256color
|
||||||
|
|
||||||
#window:
|
window:
|
||||||
# Window dimensions (changes require restart)
|
# Window dimensions (changes require restart)
|
||||||
#
|
#
|
||||||
# Number of lines/columns (not pixels) in the terminal. The number of columns
|
# Number of lines/columns (not pixels) in the terminal. The number of columns
|
||||||
|
|
@ -45,9 +45,9 @@
|
||||||
#
|
#
|
||||||
# Blank space added around the window in pixels. This padding is scaled
|
# Blank space added around the window in pixels. This padding is scaled
|
||||||
# by DPI and the specified value is always added at both opposing sides.
|
# by DPI and the specified value is always added at both opposing sides.
|
||||||
#padding:
|
padding:
|
||||||
# x: 0
|
x: 3
|
||||||
# y: 0
|
y: 3
|
||||||
|
|
||||||
# Spread additional padding evenly around the terminal content.
|
# Spread additional padding evenly around the terminal content.
|
||||||
#dynamic_padding: false
|
#dynamic_padding: false
|
||||||
|
|
@ -150,7 +150,7 @@ font:
|
||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 15.0
|
size: 16.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# Offset is the extra space around each character. `offset.y` can be thought
|
||||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
|
@ -170,18 +170,46 @@ font:
|
||||||
#
|
#
|
||||||
# Thin strokes are suitable for retina displays, but for non-retina screens
|
# Thin strokes are suitable for retina displays, but for non-retina screens
|
||||||
# it is recommended to set `use_thin_strokes` to `false`.
|
# it is recommended to set `use_thin_strokes` to `false`.
|
||||||
#use_thin_strokes: true
|
use_thin_strokes: true
|
||||||
|
|
||||||
# If `true`, bold text is drawn using the bright color variants.
|
# If `true`, bold text is drawn using the bright color variants.
|
||||||
draw_bold_text_with_bright_colors: false
|
draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
|
# Colors (Tango)
|
||||||
|
#colors:
|
||||||
|
#primary:
|
||||||
|
#background: '#000000'
|
||||||
|
##foreground: '#00ff00'
|
||||||
|
#foreground: '#fffbf6'
|
||||||
|
|
||||||
|
## Normal colors
|
||||||
|
#normal:
|
||||||
|
#black: '#2e3436'
|
||||||
|
#red: '#cc0000'
|
||||||
|
#green: '#73d216'
|
||||||
|
#yellow: '#edd400'
|
||||||
|
#blue: '#3465a4'
|
||||||
|
#magenta: '#75507b'
|
||||||
|
#cyan: '#06989a'
|
||||||
|
#white: '#d3d7cf'
|
||||||
|
|
||||||
|
## Bright colors
|
||||||
|
#bright:
|
||||||
|
#black: '#2e3436'
|
||||||
|
#red: '#ef2929'
|
||||||
|
#green: '#8ae234'
|
||||||
|
#yellow: '#fce94f'
|
||||||
|
#blue: '#729fcf'
|
||||||
|
#magenta: '#ad7fa8'
|
||||||
|
#cyan: '#34e2e2'
|
||||||
|
#white: '#eeeeec'
|
||||||
|
|
||||||
# Colors (iTerm 2 default theme)
|
# Colors (iTerm 2 default theme)
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
#background: '#101421'
|
#background: '#101421'
|
||||||
background: '#080a10'
|
background: '#000000'
|
||||||
foreground: '#fffbf6'
|
foreground: '#fffbf6'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
|
|
@ -190,8 +218,8 @@ colors:
|
||||||
red: '#eb4129'
|
red: '#eb4129'
|
||||||
green: '#abe047'
|
green: '#abe047'
|
||||||
yellow: '#f6c744'
|
yellow: '#f6c744'
|
||||||
#blue: '#47a0f3'
|
blue: '#47a0f3'
|
||||||
blue: '#57b0ff'
|
#blue: '#57b0ff'
|
||||||
magenta: '#7b5cb0'
|
magenta: '#7b5cb0'
|
||||||
cyan: '#64dbed'
|
cyan: '#64dbed'
|
||||||
white: '#e5e9f0'
|
white: '#e5e9f0'
|
||||||
|
|
@ -821,8 +849,11 @@ key_bindings:
|
||||||
#- { key: W, mods: Command, action: Quit }
|
#- { key: W, mods: Command, action: Quit }
|
||||||
#- { key: N, mods: Command, action: SpawnNewInstance }
|
#- { key: N, mods: Command, action: SpawnNewInstance }
|
||||||
#- { key: F, mods: Command|Control, action: ToggleFullscreen }
|
#- { key: F, mods: Command|Control, action: ToggleFullscreen }
|
||||||
|
- { key: Return, mods: Command, action: ToggleFullscreen }
|
||||||
#- { key: F, mods: Command, mode: ~Search, action: SearchForward }
|
#- { key: F, mods: Command, mode: ~Search, action: SearchForward }
|
||||||
#- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
|
#- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
|
||||||
|
# Support Alt-.
|
||||||
|
- { key: Period, mods: Command, chars: "\x1b\x2e" }
|
||||||
|
|
||||||
#debug:
|
#debug:
|
||||||
# Display the time it takes to redraw each frame.
|
# Display the time it takes to redraw each frame.
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ floating_modifier $mod
|
||||||
|
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Shift+Return exec run_terminal
|
bindsym $mod+Shift+Return exec alacritty
|
||||||
|
|
||||||
#bindsym Control+space exec rofi -show run -fuzzy -terminal run_terminal
|
#bindsym Control+space exec rofi -show run -fuzzy -terminal run_terminal
|
||||||
#bindsym Control+space exec rofi -combi-modi window,run,ssh -modi combi -show combi
|
#bindsym Control+space exec rofi -combi-modi window,run,ssh -modi combi -show combi
|
||||||
|
|
|
||||||
46
.k9s/config.yml
Normal file
46
.k9s/config.yml
Normal file
|
|
@ -0,0 +1,46 @@
|
||||||
|
k9s:
|
||||||
|
refreshRate: 2
|
||||||
|
maxConnRetry: 5
|
||||||
|
enableMouse: true
|
||||||
|
headless: true
|
||||||
|
logoless: true
|
||||||
|
crumbsless: false
|
||||||
|
readOnly: false
|
||||||
|
noIcons: true
|
||||||
|
logger:
|
||||||
|
tail: 100
|
||||||
|
buffer: 5000
|
||||||
|
sinceSeconds: 300
|
||||||
|
fullScreenLogs: false
|
||||||
|
textWrap: false
|
||||||
|
showTime: false
|
||||||
|
currentContext: kubernetes-admin@kubernetes
|
||||||
|
currentCluster: kubernetes
|
||||||
|
clusters:
|
||||||
|
kubernetes:
|
||||||
|
namespace:
|
||||||
|
active: ""
|
||||||
|
favorites:
|
||||||
|
- sccache
|
||||||
|
- all
|
||||||
|
- default
|
||||||
|
view:
|
||||||
|
active: pv
|
||||||
|
featureGates:
|
||||||
|
nodeShell: false
|
||||||
|
shellPod:
|
||||||
|
image: busybox:1.31
|
||||||
|
command: []
|
||||||
|
args: []
|
||||||
|
namespace: default
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 100Mi
|
||||||
|
portForwardAddress: localhost
|
||||||
|
thresholds:
|
||||||
|
cpu:
|
||||||
|
critical: 90
|
||||||
|
warn: 70
|
||||||
|
memory:
|
||||||
|
critical: 90
|
||||||
|
warn: 70
|
||||||
|
|
@ -12,12 +12,6 @@ SunOS)
|
||||||
UCB_PATH=/usr/sww/lang/acl:/usr/sww/lang/jdk-1.5.0/bin:/usr/openwin/bin:/usr/dt/bin:/usr/sww/opt/java/bin:/usr/sww/bin:/share/b/grading/bin:/share/b/grading/sbin:/share/b/runas/sun4u:/share/b/bin:/home/aa/projects/scheme/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin; export UCB_PATH
|
UCB_PATH=/usr/sww/lang/acl:/usr/sww/lang/jdk-1.5.0/bin:/usr/openwin/bin:/usr/dt/bin:/usr/sww/opt/java/bin:/usr/sww/bin:/share/b/grading/bin:/share/b/grading/sbin:/share/b/runas/sun4u:/share/b/bin:/home/aa/projects/scheme/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin; export UCB_PATH
|
||||||
PATH=$PATH:$UCB_PATH; export PATH
|
PATH=$PATH:$UCB_PATH; export PATH
|
||||||
;;
|
;;
|
||||||
Darwin)
|
|
||||||
MACPORTS_PATH=/opt/local/bin:/opt/local/sbin:/opt/local/usr/bin:/opt/local/usr/local/bin; export MACPORTS_PATH
|
|
||||||
PATH=$HOME/bin:$MACPORTS_PATH:$PATH; export PATH
|
|
||||||
# export DISPLAY=:0.0
|
|
||||||
#set completion-ignore-case on
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
#PATH=$HOME/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin; export PATH
|
#PATH=$HOME/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin; export PATH
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue