updated kubectl autocompletion, changed urgentText and urgentBackground colours.

This commit is contained in:
Rick van Lieshout 2019-12-16 11:04:08 +01:00
parent 74dc68a687
commit 2c213f30e9
6 changed files with 4773 additions and 192 deletions

View File

@ -21,7 +21,7 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
# Fix .netcore paths if dotnet is installed
if hash dotnet 2>/dev/null; then
if hash dotnet 2>/dev/null1; then
export DOTNET_ROOT=/opt/dotnet
export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks
export PATH="${PATH}:${DOTNET_ROOT}:~/.dotnet/tools"

View File

@ -1,11 +1,3 @@
{
"segments": [
"virtual_env",
"ssh",
"cwd",
"git",
"hg",
"jobs",
"root"
]
"segments": ["virtual_env", "ssh", "cwd", "git", "hg", "jobs", "root"]
}

File diff suppressed because it is too large Load Diff

View File

@ -7,3 +7,4 @@ alias unmountdata='sudo umount /home/mastermindzh/data && sudo cryptsetup close
# useful kubernetes (AZURE) commands
alias kubernetes-qa='azkubeswitch Inforit.Cloud InforitCluster'
alias kubernetes-prod='azkubeswitch Inforit.Cloud Production'
alias kubernetes-dev='azkubeswitch Inforit.Cloud Development'

View File

@ -1,4 +1,5 @@
powerline-shell
msrestazure
azure.common
azure.mgmt
azure.mgmt.containerservice
azure.graphrbac

View File

@ -13,7 +13,7 @@ floating_modifier $mod
# Constants #
############################################
set $urgentTextColour #101218
set $urgentTextBackgroundColour #a6a6a6
set $primaryBackgroundColour #1e1e1e
set $secondaryBackgroundColour #252526
set $tertiaryBackgroundColour #333333
@ -22,7 +22,7 @@ set $textColour #848484
set $focusedTextColour #f6f6f7
set $statusLineColour #d1d4e0
set $urgentBackground #ef5350
set $urgentTextColour #ef5350
set $indicatorColour #fcc09e
set $workspace1 "1: "
@ -204,7 +204,7 @@ bar {
focused_workspace $primaryBackgroundColour $primaryBackgroundColour $focusedTextColour
active_workspace $primaryBackgroundColour $secondaryBackgroundColour $textColour
inactive_workspace $primaryBackgroundColour $primaryBackgroundColour $textColour
urgent_workspace $primaryBackgroundColour $primaryBackgroundColour $urgentBackground
urgent_workspace $primaryBackgroundColour $primaryBackgroundColour $urgentTextColour
}
}
@ -216,7 +216,7 @@ hide_edge_borders both
client.focused $primaryBackgroundColour $primaryBackgroundColour $focusedTextColour $indicatorColour
client.focused_inactive $secondaryBackgroundColour $secondaryBackgroundColour $textColour $indicatorColour
client.unfocused $secondaryBackgroundColour $secondaryBackgroundColour $textColour $indicatorColour
client.urgent $secondaryBackgroundColour $urgentBackground $urgentTextColour $indicatorColour
client.urgent $secondaryBackgroundColour $urgentTextBackgroundColour $urgentTextColour $indicatorColour
# Floating windows
for_window [class="Pavucontrol"] floating enable