-
Install fish brew install fish
-
Download starship curl -sS https://starship.rs/install.sh | sh
-
Add fish to etc shell
Note
Change the jdk.gz filename or folder name, based in your verion JDK downloaded as example I use the jdk-20.0.1
Preparing Artefacts
Tested in MacOS Sonomia 14.5 (VMware-Workstation-Full-17.6.2-24409262.x86_64), I believe that works to another version
- Restart your Mac if it already started
- Enter in Recovery mode
- Go to "Utilities" on top of macOS bar and open the terminal
- Disable SIP (System Integrity Protection) with the command
csrutil disable
at your own risk! - Leave Recovery mode and go to the macOS system again
- Open the terminal and use the
sudo nvram boot-args="serverperfmode=1 $(nvram boot-args 2>/dev/null | cut -f 2-)"
, if need to input your macOS password to authorize the operation - Check if changes were applied with
nvram boot-args
This file contains 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
#!/bin/bash | |
# Update package lists | |
echo "Updating package lists..." | |
sudo apt update | |
# Install build-essential, kernel headers, and dkms | |
echo "Installing build-essential, kernel headers, and dkms..." | |
sudo apt install -y build-essential linux-headers-$(uname -r) dkms |
This file contains 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
{ | |
"ignore_dirs": ["node_modules"] | |
} |
This file contains 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
{ | |
"relay": { | |
"themes": [ | |
"dark", | |
"light" | |
], | |
"alias": [ | |
"relay", | |
"dark:relay", | |
"light:relay" |
This file contains 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
{ | |
"ableton": { | |
"alias": [ | |
"ableton", | |
"dark:ableton", | |
"light:ableton", | |
"test" | |
], | |
"themes": [ | |
"dark", |
This file contains 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
console.log(window.$openpixSDK) | |
window.$openpixSDK.addEvent('beforeCreateCharge', async (nextFn, products, productId) => { | |
console.log('beforeHook inside Called') | |
console.log({ nextFn, products, productId }) | |
const order = await createOrderWC(products.get(productId)) | |
if (!order) { | |
return | |
} |
This file contains 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
(() => { | |
window.teste = () => console.log('Hallex was here!'); | |
})(); | |
(()=>{"use strict";var e={521:function(e,n,t){var r,a,l,o,i,u,c=t(271),s=t(537);function d(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t<arguments.length;t++)n+="&args[]="+encodeURIComponent(arguments[t]);return"Minified React error #"+e+"; visit "+n+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var f=new Set,p={};function h(e,n){m(e,n),m(e+"Capture",n)}function m(e,n){for(p[e]=n,e=0;e<n.length;e++)f.add(n[e])}var g=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),y=Object.prototype.hasOwnProperty,v=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\ |
NewerOlder