autumn cleaning

This commit is contained in:
yigid balaban 2024-09-08 22:58:29 +03:00
parent e4f59517b0
commit 2559fb1eb2
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB
7 changed files with 4 additions and 51 deletions

14
.gitignore vendored
View File

@ -1,10 +1,4 @@
.swp
.idea/
.vscode/
Pywal/
fetch.theme
followed
follower
follower2
test
.maclist
# executables
pdstm
nowplaying

28
bak
View File

@ -1,28 +0,0 @@
#!/usr/bin/env bash
# Usage:
# ./bak [-v] [filename] [filename] ...
if [ "$#" -eq 0 ]; then
echo "Usage: $0 [filename] [filename]..."
exit 1
fi
if [ "$1" == "-v" ] || [ "$1" == "--version" ]; then
echo "what version? this is a tiny little script, sir"
exit 0
fi
if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
echo "Usage: $0 [filename] [filename]..."
exit 0
fi
for file in "$@"; do
if [ -f "$file" ]; then
cp "$file" "$file.bak"
echo "Backed up $file to $file.bak"
else
echo "file '$file' does not exist"
fi
done

View File

@ -1,4 +0,0 @@
#75FDFF
#FFE252
#D66565
#FFAB3D

View File

@ -1,4 +0,0 @@
#00348A
#FF0000
#FF0055
#FF0055

View File

@ -1,5 +0,0 @@
# setup file for dotman v1.8
DOTFILES_REPOSITORY:$HOME/repos/dotfiles
REMOTE_REPOSITORY:https://github.com/fybx/dotfiles
LOCAL_CONFIG:$HOME/.config
SETUP_FILE:same-directory