rebuilding minimised nix files
This commit is contained in:
+296
-296
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
# Source and destination directories
|
# Source and destination directories
|
||||||
SOURCE_DIR="./assets/conf/.config"
|
SOURCE_DIR="./assets/copy_stuff/"
|
||||||
DEST_DIR="$HOME/.config"
|
DEST_DIR="$HOME"
|
||||||
# Check if source directory exists
|
# Check if source directory exists
|
||||||
if [ ! -d "$SOURCE_DIR" ]; then
|
if [ ! -d "$SOURCE_DIR" ]; then
|
||||||
echo "Error: Source directory $SOURCE_DIR does not exist."
|
echo "Error: Source directory $SOURCE_DIR does not exist."
|
||||||
|
|||||||
Reference in New Issue
Block a user