tzhenghao / MagicSnippets

A magical place where all my crappy, throwaway scripts live.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagicSnippets

Build Status forthebadge forthebadge

Introduction

A magical place where all my crappy, throwaway scripts live.

Scripts:

  1. update-local-toolchain.sh - This does a git pull on all toolchain repositories in my local folder.
  2. update-vim-packages.sh - This updates all my Vim packages (mostly under ~/.vim/)
  3. php-pbkdf2-test.php - A simple PHP script that encrypts plaintexts and decrypts ciphertexts based on PBKDF2 specification.
  4. encrypt.sh + decrypt.sh - Shell scripts that contain wrapper GPG commands for encryption and decryption purposes.
  5. clean-up.sh - Shell script that deletes my bash and zsh history.
  6. count-loc-in-repo.sh - Count the number of lines of code in a particular repo.
  7. reminder.sh - Sets a reminder with specified timeout and message(s).
  8. disable-macos-mouse-acceleration.sh - Disables mouse acceleration on a MacOS device.

Support

Please feel free to reach out to me if you have any questions/concerns. My email address is hi@zhenghaotan.com

About

A magical place where all my crappy, throwaway scripts live.

License:MIT License


Languages

Language:Shell 74.9%Language:PHP 19.6%Language:Dockerfile 4.6%Language:Makefile 0.9%