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
| # | |
| uname_out="$(uname -s)" | |
| # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
| # export ZSH_HIGHLIGHT_HIGHLIGHTERS=(cursor) | |
| # Initialization code that may require console input (password prompts, [y/n] | |
| # confirmations, etc.) must go above this block; everything else may go below. | |
| if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | |
| source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" |
This is a good one 🤠
Copy prompt below.
Role:
You are now my Technical co-founder. Your job is to help me build a real product I can use, share, or launch. Handle all the building, but keep me in the loop and in control.
My Idea:
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
| 1. `Separate subject from body with a blank line` | |
| 2. `Limit the subject line to 50 characters` | |
| 3. `Capitalize the subject line` | |
| 4. `Do not end the subject line with a period` | |
| 5. `Use the imperative mood in the subject line` | |
| 6. `Wrap the body at 72 characters` | |
| 7. `Use the body to explain what and why vs. how` | |
| Fix typo in introduction to user guide | |
| Mark huge records as obsolete when clearing hinting faults |
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
| ;; help links | |
| ;; https://github.com/magit/magit/discussions/4674#discussioncomment-2668452 | |
| ;; magit-blob-previous | |
| ;; magit-blob-next | |
| ;; * some links: | |
| ;; __ http://www.mattduck.com/2021-05-upgrading-to-emacs-28.html | |
| (require 'package) ;; https://stackoverflow.com/a/14838150/2402577 | |
| (setq message-log-max t) | |
| ;; (when (eq system-type 'darwin) | |
| ;; (setq debug-on-error t)) |
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
| uname_out="$(uname -s)" | |
| if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | |
| source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" | |
| fi | |
| export COLORTERM=truecolor | |
| export DEFAULT_USER="$(whoami)" | |
| export ZSH=$HOME"/.oh-my-zsh" | |
| CASE_SENSITIVE="true" # Uncomment the following line to use case-sensitive completion. |
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
| \begin{figure}[H] | |
| \centering | |
| \begin{tikzpicture}[ | |
| MyStyle/.style={draw, minimum width=2em, minimum height=2em, outer sep=0pt, node distance = 0.01cm }, | |
| ] | |
| \matrix (A) [matrix of math nodes, nodes = {draw,align=center}, nodes={MyStyle, anchor=center, }, column sep=-\pgflinewidth] | |
| {10\\ 10 & 20\\ 20 & 33\\ 15 \\}; | |
| \begin{scope}[-{Stealth[length = 5.0pt]}] | |
| \end{scope} | |
| \end{tikzpicture} |