IBM Cloud cluster
This commit is contained in:
@@ -73,8 +73,8 @@ set -xU BROWSER "firefox"
|
||||
|
||||
set -xU FZF_DEFAULT_COMMAND "find ."
|
||||
|
||||
set -x PHONE_IP "192.168.0.10"
|
||||
set -x WORK_LAPTOP_IP "kmok@192.168.12.10"
|
||||
set -x PHONE_IP "192.168.0.12"
|
||||
set -x WORK_LAPTOP_IP "kmok@192.168.12.11"
|
||||
|
||||
{{ if eq .chezmoi.hostname "nzxt" }}
|
||||
set -x CALCURSE_CALDAV_PASSWORD (pass show technology/linux/baikal | head -n1)
|
||||
@@ -82,7 +82,9 @@ set -x JENKINS_TOKEN 114a1b2e8693b57fa6f4bce88e2deee8cc
|
||||
status --is-interactive; and source (pyenv init -|psub)
|
||||
{{ end }}
|
||||
|
||||
set -xU LOCAL_KOGITO_SERVICE_URL "http://192.168.49.2:31213"
|
||||
set -xU MINIKUBE_IP "http://192.168.49.2"
|
||||
set -xU LOCAL_KOGITO_SERVICE_PORT "32047"
|
||||
set -xU LOCAL_KOGITO_SERVICE_URL "$MINIKUBE_IP:$LOCAL_KOGITO_SERVICE_PORT"
|
||||
|
||||
# ]]] universal var's #
|
||||
|
||||
@@ -176,6 +178,7 @@ abbr fvft "find-vim-filetype"
|
||||
abbr gcamp "git-amend-push"
|
||||
abbr gclg "git-clone-gitea"
|
||||
abbr gdf "git-diff-files"
|
||||
abbr gpsd "git-push-diff-name"
|
||||
abbr gpsi "git-push-initial"
|
||||
abbr gpsmt "git-push-multiple"
|
||||
abbr gpng "git-push-new-gitea"
|
||||
@@ -199,6 +202,7 @@ abbr pgr "grep-pdf"
|
||||
abbr pgrf "grep-pdf-file"
|
||||
abbr pst "pastebin"
|
||||
abbr qh "qalc-history"
|
||||
abbr qu "qalc-update"
|
||||
abbr re "reminder ''"
|
||||
abbr rf "refresh-config"
|
||||
abbr rl "readlink-cp"
|
||||
@@ -211,6 +215,7 @@ abbr shrm "shred-rm"
|
||||
abbr shs "scan-history"
|
||||
abbr svp "server-pages"
|
||||
abbr ta "tmux-attach"
|
||||
abbr taa "tmux-attach atx"
|
||||
abbr taf "tmux-attach fn"
|
||||
abbr tao "tmux-attach obs"
|
||||
abbr thes "thesaurus"
|
||||
|
||||
3
dot_config/fish/functions/git/git-push-diff-name.fish
Executable file
3
dot_config/fish/functions/git/git-push-diff-name.fish
Executable file
@@ -0,0 +1,3 @@
|
||||
function git-push-diff-name
|
||||
git push -f origin HEAD:$argv[1]
|
||||
end
|
||||
3
dot_config/fish/functions/qalc-update.fish
Normal file
3
dot_config/fish/functions/qalc-update.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function qalc-update
|
||||
qalc -e "$argv[1]USD to CAD"
|
||||
end
|
||||
@@ -332,7 +332,7 @@ bindsym Mod4+$mod+F1 workspace $ws1; exec chatterino
|
||||
bindsym Control+Shift+F1 workspace $ws1; exec $term -e fish -c 'tmux-attach red-hat'
|
||||
|
||||
set $ws2 "2 "
|
||||
set $work_laptop_ip "192.168.0.15"
|
||||
set $work_laptop_ip "192.168.0.11"
|
||||
workspace $ws2 output $secondary
|
||||
bindsym $mod+F2 workspace $ws2; exec $term
|
||||
# bindsym Control+Shift+F2 workspace $ws2; exec $term -e mosh kmok@$work_laptop_ip -- tmux a -t nzxt
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
gaia.attached_device_id="fd447568264f74bbd9ff30a458c99a4b903a659c"
|
||||
audio.crossfade_v2=true
|
||||
audio.sync_bitrate_enumeration=4
|
||||
audio.play_bitrate_non_metered_migrated=true
|
||||
audio.sync_bitrate_enumeration=4
|
||||
audio.crossfade_v2=true
|
||||
gaia.attached_device_id="fd447568264f74bbd9ff30a458c99a4b903a659c"
|
||||
audio.play_bitrate_enumeration=4
|
||||
ui.hide_hpto=true
|
||||
ui.track_notifications_enabled=false
|
||||
@@ -9,4 +9,5 @@ audio.play_bitrate_non_metered_enumeration=4
|
||||
audio.normalize_v2=false
|
||||
ui.show_friend_feed=false
|
||||
app.player.volume=40000
|
||||
audio.episode.speed=150
|
||||
app.browser.zoom-level=75
|
||||
|
||||
Reference in New Issue
Block a user