aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-22 11:53:04 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-22 11:53:04 +0100
commit20bbe3418e71556ff2d14623cbbf047c0bd55855 (patch)
tree9e63be4377cae638e34c4e3169665d12b5136055
parent32aaecc3f69fcb6cf9063897eb62e34095267e9f (diff)
downloadscripts-20bbe3418e71556ff2d14623cbbf047c0bd55855.tar.gz
scripts-20bbe3418e71556ff2d14623cbbf047c0bd55855.zip
Small changes
-rw-r--r--Makefile1
-rwxr-xr-xconfig-backup2
-rwxr-xr-xunused/addressgrep (renamed from addressgrep)0
3 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b2d44ae..294d055 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
1PREFIX = /usr/local 1PREFIX = /usr/local
2 2
3SCRIPTS = 2fa \ 3SCRIPTS = 2fa \
4 addressgrep \
5 alg \ 4 alg \
6 battery-checknow \ 5 battery-checknow \
7 battery-status \ 6 battery-status \
diff --git a/config-backup b/config-backup
index e7ee88b..33d6aba 100755
--- a/config-backup
+++ b/config-backup
@@ -4,7 +4,7 @@
4 4
5folder=$HOME/box/configbackups 5folder=$HOME/box/configbackups
6 6
7dotfiles=".bash_profile .bashrc .profile .inputrc .mblaze .nexrc .tmux.conf .xinitrc" 7dotfiles=".bash_profile .bashrc .profile .inputrc .mblaze .nexrc .tmux.conf .virc .xinitrc"
8config="colors fontconfig git imv msmtp zathura" 8config="colors fontconfig git imv msmtp zathura"
9src="dmenu dwm st" 9src="dmenu dwm st"
10 10
diff --git a/addressgrep b/unused/addressgrep
index 36b4899..36b4899 100755
--- a/addressgrep
+++ b/unused/addressgrep

Generated with cgit - Back to sebastiano.tronto.net