This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Custom Functions in Shell | |
| # **What** | |
| # Custom functions are reusable scripts written in your shell configuration file (like `.zshrc` or `.bashrc`) | |
| # **Why** | |
| # They allow you to perform complex tasks with a single command. They help automate repetitive tasks, streamline workflows, and enhance productivity. | |
| # **How to Use Them** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #**Keyboard Commands and Shortcuts** | |
| ##*Terminals* | |
| [Linux Terminal](https://gist.github.com/Pcw-Life/0f10da756a593764ec477e3941ffc7db#file-linix-terminal-commands) | |
| [Mac Terminal](https://gist.github.com/Pcw-Life/0f10da756a593764ec477e3941ffc7db#file-mac-terminal-commands) | |
| ##*Softwares & Terminal Add Ons* | |
| [Nano Text Editor](https://gist.github.com/Pcw-Life/0f10da756a593764ec477e3941ffc7db#file-nano-commands) | |
| [Vim Text Editor](https://gist.github.com/Pcw-Life/0f10da756a593764ec477e3941ffc7db#file-vim-commands) | |
| [VScode](https://gist.github.com/Pcw-Life/0f10da756a593764ec477e3941ffc7db#file-vs-code-commands) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Apple smart card config | |
| ## Prerequisites | |
| macOS High Sierra or later | |
| an administrator account with a password configured | |
| a YubiKey with the PIV application. Make sure you go through the device setup. |