end of refactor for now

This commit is contained in:
2025-12-19 08:04:19 +03:00
parent aeb61e6690
commit 3e9e074cc5
12 changed files with 44 additions and 66 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ amnezia (pgrep -x ".AmneziaVPN-ser" > /dev/null 2>&1 || sudo AmneziaVPN-service
keeper_bot cd /home/krosh/Documents/Github/tg-keeper && code .
battery_stats kitty -1 watch -n1 cat /sys/class/power_supply/BAT1/power_now
lab cd /home/krosh/Documents/Github/network-diagrams-tool && code .
nixos_config cd /home/krosh/Documents/Github/nixos-config && code .
nixos_config cd /home/krosh/Documents/Github/nixos-config && code .
@@ -16,7 +16,6 @@ REMOTE_HASH=$(git rev-parse @{u})
if [ "$LOCAL_HASH" = "$REMOTE_HASH" ]; then
echo "The repository is already up to date."
exit 0
else
echo "Updates are available. Pulling latest changes..."
if ! git pull; then
@@ -29,7 +28,5 @@ chmod -R u+rwX "$REPO_DIR"
sudo ./update-nixos.sh
./update-home-manager.sh
echo "System update from git completed successfully."
-1
View File
@@ -21,7 +21,6 @@
bat
ripgrep
entr
busybox
];
home.file.".p10k.zsh".source = ./p10k.zsh;