🤷♂️
Pinned Loading
-
Remote GITHUB Repo Setup
Remote GITHUB Repo Setup 1#!/bin/zsh #!/bin/env python3
2bold=$(tput bold) import os
3normal=$(tput sgr0) import platform
45 -
FZF + ssh/config
FZF + ssh/config 1#!/bin/zsh
23set -A complete_ssh $(
4(awk '!/\*/ && /^Host /{print $2}' ~/.ssh/config;) | sort -u
5)
-
Setup MySQL on MacOS
Setup MySQL on MacOS 1# Start mysql service
2brew services start mysql
34# Run mysql_secure_install and follow the steps
5mysql_secure_installation
-
tmux config
tmux config 1bind k send-keys -t.- 'tmkill' Enter
23# so that escapes register immidiately in vim
4set -sg escape-time 0
5 -
Clone all your GitHub repos in one go
Clone all your GitHub repos in one go 1#!/bin/env python3
2import os
3import platform
45# get current OS
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.