diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-22 11:53:04 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-22 11:53:04 +0100 |
| commit | 20bbe3418e71556ff2d14623cbbf047c0bd55855 (patch) | |
| tree | 9e63be4377cae638e34c4e3169665d12b5136055 | |
| parent | 32aaecc3f69fcb6cf9063897eb62e34095267e9f (diff) | |
| download | scripts-20bbe3418e71556ff2d14623cbbf047c0bd55855.tar.gz scripts-20bbe3418e71556ff2d14623cbbf047c0bd55855.zip | |
Small changes
| -rw-r--r-- | Makefile | 1 | ||||
| -rwxr-xr-x | config-backup | 2 | ||||
| -rwxr-xr-x | unused/addressgrep (renamed from addressgrep) | 0 |
3 files changed, 1 insertions, 2 deletions
| @@ -1,7 +1,6 @@ | |||
| 1 | PREFIX = /usr/local | 1 | PREFIX = /usr/local |
| 2 | 2 | ||
| 3 | SCRIPTS = 2fa \ | 3 | SCRIPTS = 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 | ||
| 5 | folder=$HOME/box/configbackups | 5 | folder=$HOME/box/configbackups |
| 6 | 6 | ||
| 7 | dotfiles=".bash_profile .bashrc .profile .inputrc .mblaze .nexrc .tmux.conf .xinitrc" | 7 | dotfiles=".bash_profile .bashrc .profile .inputrc .mblaze .nexrc .tmux.conf .virc .xinitrc" |
| 8 | config="colors fontconfig git imv msmtp zathura" | 8 | config="colors fontconfig git imv msmtp zathura" |
| 9 | src="dmenu dwm st" | 9 | src="dmenu dwm st" |
| 10 | 10 | ||
diff --git a/addressgrep b/unused/addressgrep index 36b4899..36b4899 100755 --- a/addressgrep +++ b/unused/addressgrep | |||
