sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
# Create new from old | |
git tag new old | |
# Remove old tag | |
git tag -d old | |
# Sync changes from old tag to remote | |
git push origin :refs/tags/old |
/** | |
* ABOUT | |
* | |
* This is a Twitter NO-API/Dependency-Free follower sniffer and auto-blocker. | |
* | |
* This function performs automatic bulk blocking with NO-API | |
* and NO-external-dependencies to run. You must run this snippet | |
* directly on your Console, it will sniff your followers list | |
* search for previous given keywords, if found on username or description, | |
* the user will be automatically blocked. |