aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_totp3
-rwxr-xr-xbin/totp18
-rwxr-xr-xbin/totpadd20
-rwxr-xr-xshell_only.sh3
4 files changed, 0 insertions, 44 deletions
diff --git a/_totp b/_totp
deleted file mode 100644
index 6c38a2a..0000000
--- a/_totp
+++ /dev/null
@@ -1,3 +0,0 @@
-#compdef totp
-
-_files -W ~/.2fa
diff --git a/bin/totp b/bin/totp
deleted file mode 100755
index 658c259..0000000
--- a/bin/totp
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh
-
-# Copyright (C) 2022 HimbeerserverDE
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <https://www.gnu.org/licenses/>.
-
-gpg -d "$HOME/.2fa/$1" 2>/dev/null | oathtool -b --totp -
diff --git a/bin/totpadd b/bin/totpadd
deleted file mode 100755
index f5b5875..0000000
--- a/bin/totpadd
+++ /dev/null
@@ -1,20 +0,0 @@
-# !/bin/sh
-
-# Copyright (C) 2022 HimbeerserverDE
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <https://www.gnu.org/licenses/>.
-
-echo "$2" | gpg -c > "$HOME/.2fa/$1"
-chown $USER:$USER "$HOME/.2fa/$1"
-chmod 0600 "$HOME/.2fa/$1"
diff --git a/shell_only.sh b/shell_only.sh
index 0b49ac2..8b72077 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -108,9 +108,6 @@ ln -sf ${PWD}/vimrc ~/.vimrc
mkdir -p ~/.oh-my-zsh/
ln -sf ${PWD}/himbeer.zsh-theme ~/.oh-my-zsh/themes/himbeer.zsh-theme
-mkdir -p ~/.oh-my-zsh/completions/
-ln -sf ${PWD}/_totp ~/.oh-my-zsh/completions/_totp
-
mkdir -p ~/.local/bspwm-setup/
ln -sf ${PWD}/lockscreen.xkb ~/.local/bspwm-setup/lockscreen.xkb