nano ~/.local/share/applications/unity-editor.desktop
[Desktop Entry]
#!/bin/bash | |
# GitHub user/repo | |
USER="brave" | |
REPO="brave-browser" | |
# Base URL for GitHub API | |
API_URL="https://api.github.com/repos/$USER/$REPO/releases/latest" | |
# Use curl to fetch the latest release data |
{ | |
"dart.sdkPath": ".fvm/flutter_sdk", | |
"dart.flutterSdkPath": ".fvm/flutter_sdk", | |
// Remove .fvm files from search | |
"search.exclude": { | |
"**/.fvm": true | |
}, | |
// Remove from file watching | |
"files.watcherExclude": { | |
"**/.fvm": true |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<!-- Add generic family. --> | |
<match target="pattern"> | |
<test qual="any" name="family"><string>emoji</string></test> | |
<edit name="family" mode="assign" binding="same"><string>Noto Color Emoji</string></edit> | |
</match> |
#!/bin/bash | |
# generate new personal ed25519 ssh key | |
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "rob thijssen <rthijssen@gmail.com>" | |
# generate new host cert authority (host_ca) ed25519 ssh key | |
# used for signing host keys and creating host certs | |
ssh-keygen -t ed25519 -f manta_host_ca -C manta.network | |
eval "$(ssh-agent -s)" |
+-------+-------------------------+------------+------+------------------------------------------------------------------------------------------------------------+------+ | |
|id |time |request_time|method|request |status| | |
+-------+-------------------------+------------+------+------------------------------------------------------------------------------------------------------------+------+ | |
|1375611|2023-03-21 04:47:53+00:00|3.252 |POST |POST /v1/pedidos/create-array HTTP/1.1 |201 | | |
|1378387|2023-03-21 05:07:27+00:00|2.142 |POST |POST /v1/pedidos/create-array HTTP/1.1 |201 | | |
|1379081|2023-03-21 05:12:11+00:00|2.052 |POST |POST /v1/pedidos/create-array HTTP/1.1 | |
You are a professional note taker with background experience as a professional book writer and editor. Because of this, all of the notes you take have exceptional grammar and spelling and are very high quality.
I will provide you with text to take notes on, and you will follow the below list of requirements exactly as they are listed before providing a response, checking at every step to ensure that all requirements and suggestions within the following list are met and upheld for each line of notes that you write.
All of your output will be in a Markdown code block You will extract the most important information from the provided text, including but not limited to: Content that could appear in a quiz. Context that provides background information. Examples related to the context or information being presented.