diff --git a/configs/console/index.html b/configs/console/index.html index aed86bd..4a76273 100644 --- a/configs/console/index.html +++ b/configs/console/index.html @@ -358,6 +358,14 @@
if [[ -z "$SIMPLE" && "$TERM" != "dumb" ]]; then
     eval "$(starship init bash)"
 fi
+

Yandex Cloud

+
init_yc () {
+    # The next line updates PATH for Yandex Cloud CLI.
+    if [ -f '/home/pavel/yandex-cloud/path.bash.inc' ]; then source '/home/pavel/yandex-cloud/path.bash.inc'; fi
+
+    # The next line enables shell command completion for yc.
+    if [ -f '/home/pavel/yandex-cloud/completion.bash.inc' ]; then source '/home/pavel/yandex-cloud/completion.bash.inc'; fi
+}
 

Fish

@@ -1043,6 +1051,7 @@
  • Aliases
  • Anaconda
  • Starship
  • +
  • Yandex Cloud
  • diff --git a/configs/desktop/index.html b/configs/desktop/index.html index 12decf8..2e762ae 100644 --- a/configs/desktop/index.html +++ b/configs/desktop/index.html @@ -4010,6 +4010,11 @@ + + + + + @@ -4023,6 +4028,11 @@ + + + + +
    desktop-miscvinagreMy VNC client of choice
    desktop-misc gnome-disk-utility Manage disks
    xev Test input
    desktop-miscbluezProvides bluetoothctl

    diff --git a/configs/guix/index.html b/configs/guix/index.html index b66dde7..ede9c0f 100644 --- a/configs/guix/index.html +++ b/configs/guix/index.html @@ -310,6 +310,7 @@ (unix-sock-group "libvirt") (tls-port "16555"))) (service virtlog-service-type) + (bluetooth-service #:auto-enable? #f) (modify-services %desktop-services (network-manager-service-type config => diff --git a/stats/all.png b/stats/all.png index e26f4d7..9cf32c0 100644 Binary files a/stats/all.png and b/stats/all.png differ diff --git a/stats/emacs-vim.png b/stats/emacs-vim.png index eb15678..273936d 100644 Binary files a/stats/emacs-vim.png and b/stats/emacs-vim.png differ diff --git a/stats/literate-config.png b/stats/literate-config.png index 67dfa11..70182c2 100644 Binary files a/stats/literate-config.png and b/stats/literate-config.png differ