delete multiple lines shift + v --> d tldr cheat.sh mycli iredis navi bat
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
| └── AmazonBedrock | |
| └── anthropic | |
| ├── 00_Tutorial_How-To.ipynb | |
| ├── 01_Basic_Prompt_Structure.ipynb | |
| ├── 02_Being_Clear_and_Direct.ipynb | |
| ├── 03_Assigning_Roles_Role_Prompting.ipynb | |
| ├── 04_Separating_Data_and_Instructions.ipynb | |
| ├── 05_Formatting_Output_and_Speaking_for_Claude.ipynb | |
| ├── 06_Precognition_Thinking_Step_by_Step.ipynb | |
| ├── 07_Using_Examples _Few-Shot_Prompting.ipynb |
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
| glow | |
| grex | |
| lazydocker | |
| fx | |
| opencommit | |
| openterminal |
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
| # Fig pre block. Keep at the top of this file. | |
| [[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh" | |
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH="$HOME/.oh-my-zsh" | |
| # Set name of the theme to load --- if set to "random", it will | |
| # load a random theme each time oh-my-zsh is loaded, in which case, |
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
| docker run --name adguardhome\ | |
| --restart unless-stopped\ | |
| -v ~/Development/adguardhome:/opt/adguardhome/work\ | |
| -v ~/Development/adguardhome:/opt/adguardhome/conf\ | |
| -p 53:53/tcp -p 53:53/udp\ | |
| -p 67:67/udp -p 68:68/udp\ | |
| -p 3000:3000/tcp\ | |
| -p 853:853/tcp\ | |
| -p 784:784/udp -p 853:853/udp -p 8853:8853/udp\ | |
| -p 5443:5443/tcp -p 5443:5443/udp\ |
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
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "auto", | |
| "type": "auto-debug", | |
| "request": "launch", |