Recreated nix files
This commit is contained in:
+287
-287
File diff suppressed because it is too large
Load Diff
@@ -1,17 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# Create a file with the current timestamp, overwriting any existing file
|
rm -f ~/.config/starship.toml.backup \
|
||||||
TIMESTAMP_FILE="$HOME/timestamp.txt"
|
~/.config/waybar/style.css.backup \
|
||||||
date +"%Y-%m-%d %H:%M:%S" > "$TIMESTAMP_FILE"
|
~/.config/kitty/kitty.conf.backup \
|
||||||
|
~/.config/hypr/hyprland.conf.backup
|
||||||
# Example of how to execute a script
|
|
||||||
# Path to the script to execute
|
|
||||||
#COPY_SCRIPT="./assets/scripts/copy_stuff.sh"
|
|
||||||
# Check if the script exists
|
|
||||||
#if [ ! -f "$COPY_SCRIPT" ]; then
|
|
||||||
# echo "Error: Script $COPY_SCRIPT does not exist."
|
|
||||||
#$ exit 1
|
|
||||||
#fi
|
|
||||||
# Execute the script
|
|
||||||
#"$COPY_SCRIPT"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user