This commit is contained in:
alisceon 2026-01-01 17:35:58 +01:00
parent d2a352c965
commit 1bccd6aad5
2 changed files with 25 additions and 21 deletions

30
flake.lock generated
View file

@ -49,11 +49,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765605144, "lastModified": 1767280655,
"narHash": "sha256-RM2xs+1HdHxesjOelxoA3eSvXShC8pmBvtyTke4Ango=", "narHash": "sha256-YmaYMduV5ko8zURUT1VLGDbVC1L/bxHS0NsiPoZ6bBM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "90b62096f099b73043a747348c11dbfcfbdea949", "rev": "d49d2543f02dbd789ed032188c84570d929223cb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -65,11 +65,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1765762245, "lastModified": 1767047869,
"narHash": "sha256-3iXM/zTqEskWtmZs3gqNiVtRTsEjYAedIaLL0mSBsrk=", "narHash": "sha256-tzYsEzXEVa7op1LTnrLSiPGrcCY6948iD0EcNLWcmzo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c8cfcd6ccd422e41cc631a0b73ed4d5a925c393d", "rev": "89dbf01df72eb5ebe3b24a86334b12c27d68016a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -81,11 +81,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1765472234, "lastModified": 1767116409,
"narHash": "sha256-9VvC20PJPsleGMewwcWYKGzDIyjckEz8uWmT0vCDYK0=", "narHash": "sha256-5vKw92l1GyTnjoLzEagJy5V5mDFck72LiQWZSOnSicw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2fbfb1d73d239d2402a8fe03963e37aab15abe8b", "rev": "cad22e7d996aea55ecab064e84834289143e44a0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -103,11 +103,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765810681, "lastModified": 1767284685,
"narHash": "sha256-2gYj+TR9lbqlQgPgVhsPhmsf8kEur4Q+gChqfNHhHLI=", "narHash": "sha256-2cfDuv0llHWtQqJZAu45msdZ+IthK9vd4wFmA/gHiLw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "9345d7d12c5cacc6dc71b849425336d23dcf48ee", "rev": "dbdc030bb75cb85ef0addecec4ae6c2b09a47696",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -124,11 +124,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765810681, "lastModified": 1767284685,
"narHash": "sha256-2gYj+TR9lbqlQgPgVhsPhmsf8kEur4Q+gChqfNHhHLI=", "narHash": "sha256-2cfDuv0llHWtQqJZAu45msdZ+IthK9vd4wFmA/gHiLw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "9345d7d12c5cacc6dc71b849425336d23dcf48ee", "rev": "dbdc030bb75cb85ef0addecec4ae6c2b09a47696",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -29,7 +29,7 @@ if $XONSH_INTERACTIVE:
$LESS_TERMCAP_se = "\033[0m" $LESS_TERMCAP_se = "\033[0m"
$LESS_TERMCAP_us = "\033[00;36m" $LESS_TERMCAP_us = "\033[00;36m"
$LESS_TERMCAP_ue = "\033[0m" $LESS_TERMCAP_ue = "\033[0m"
$SHELL_THICKENED = "FALSE"
## XONTRIB ## ## XONTRIB ##
if importlib.util.find_spec("xontrib.coreutils") is not None: if importlib.util.find_spec("xontrib.coreutils") is not None:
xontrib load coreutils xontrib load coreutils
@ -48,7 +48,9 @@ if $XONSH_INTERACTIVE:
XSH.env['fzf_ssh_binding'] = "c-s" # Ctrl+S XSH.env['fzf_ssh_binding'] = "c-s" # Ctrl+S
XSH.env['fzf_file_binding'] = "c-t" # Ctrl+T XSH.env['fzf_file_binding'] = "c-t" # Ctrl+T
XSH.env['fzf_dir_binding'] = "c-g" # Ctrl+G XSH.env['fzf_dir_binding'] = "c-g" # Ctrl+G
if $SHELL_THICCNESS == "HIGH":
## THICC SHELL
if $SHELL_THICCNESS == "HIGH" and not $SHELL_THICKENED == "TRUE":
import os import os
import sys import sys
import subprocess import subprocess
@ -61,10 +63,12 @@ if $XONSH_INTERACTIVE:
import scapy.all import scapy.all
import yaml import yaml
import requests import requests
print_color("{BOLD_GREEN}THICC SHELL LOADED!{RESET}") $SHELL_THICKENED = "TRUE"
## THEO GREETING ##
hour = t0.hour hour = t0.hour
theo | kittycatsay theo | kittycatsay
dt = round((datetime.now() - t0).microseconds/1000000, 2) dt = round((datetime.now() - t0).microseconds/1000000, 2)
print("Load time:", dt, "seconds") print("Load time:", dt, "seconds")
if $SHELL_THICKENED == "TRUE":
print_color("{BOLD_GREEN}THICC SHELL LOADED!{RESET}")