diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 25b8a7a..7fb3319 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -14,16 +14,16 @@ # Any items in the `env` entry below will be added as # environment variables. Some entries may override variables # set by alacritty itself. -#env: +env: # TERM variable # # This value is used to set the `$TERM` environment variable for # each instance of Alacritty. If it is not present, alacritty will # check the local terminfo database and use `alacritty` if it is # available, otherwise `xterm-256color` is used. - #TERM: alacritty + TERM: xterm-256color -#window: +window: # Window dimensions (changes require restart) # # 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 # by DPI and the specified value is always added at both opposing sides. - #padding: - # x: 0 - # y: 0 + padding: + x: 3 + y: 3 # Spread additional padding evenly around the terminal content. #dynamic_padding: false @@ -150,7 +150,7 @@ font: #style: Bold Italic # Point size - size: 15.0 + size: 16.0 # 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 @@ -170,18 +170,46 @@ font: # # Thin strokes are suitable for retina displays, but for non-retina screens # 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. 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: # Default colors primary: #background: '#101421' - background: '#080a10' + background: '#000000' foreground: '#fffbf6' # Normal colors @@ -190,8 +218,8 @@ colors: red: '#eb4129' green: '#abe047' yellow: '#f6c744' - #blue: '#47a0f3' - blue: '#57b0ff' + blue: '#47a0f3' + #blue: '#57b0ff' magenta: '#7b5cb0' cyan: '#64dbed' white: '#e5e9f0' @@ -821,8 +849,11 @@ key_bindings: #- { key: W, mods: Command, action: Quit } #- { key: N, mods: Command, action: SpawnNewInstance } #- { key: F, mods: Command|Control, action: ToggleFullscreen } + - { key: Return, mods: Command, action: ToggleFullscreen } #- { key: F, mods: Command, mode: ~Search, action: SearchForward } #- { key: B, mods: Command, mode: ~Search, action: SearchBackward } + # Support Alt-. + - { key: Period, mods: Command, chars: "\x1b\x2e" } #debug: # Display the time it takes to redraw each frame. diff --git a/.i3/config b/.i3/config index c8d4f92..a34a205 100644 --- a/.i3/config +++ b/.i3/config @@ -43,7 +43,7 @@ floating_modifier $mod # 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 -combi-modi window,run,ssh -modi combi -show combi diff --git a/.k9s/config.yml b/.k9s/config.yml new file mode 100644 index 0000000..e408ff4 --- /dev/null +++ b/.k9s/config.yml @@ -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 diff --git a/.zprofile b/.zprofile index bf2ba75..6aac3e5 100644 --- a/.zprofile +++ b/.zprofile @@ -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 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 #PATH=$HOME/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin; export PATH