end of refactor for now
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
bat
|
||||
ripgrep
|
||||
entr
|
||||
busybox
|
||||
];
|
||||
|
||||
home.file.".p10k.zsh".source = ./p10k.zsh;
|
||||
|
||||
Reference in New Issue
Block a user