diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-04 17:53:19 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-04 17:53:19 +0200 |
commit | 63b026a28fb7ad342b90f88eab6015f38898069f (patch) | |
tree | a0c45479ce508251eda90247daa68cc559cd6e46 /shell_only.sh | |
parent | a0fc6e89e0c212ea7c4a764b848d64e3077776c9 (diff) |
Remove 2FA tools
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 3 |
1 files changed, 0 insertions, 3 deletions
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 |