- Follow Expo's environment setup guide: https://docs.expo.dev/get-started/set-up-your-environment/?mode=development-build&buildEnv=local#install-watchman-and-jdk
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
/* | |
================================================================================================ | |
SCRIPT TO DELETE ALL BUT THE TOP 5000 ROWS FROM EACH TABLE IN A DATABASE (REVISED) | |
================================================================================================ | |
-- | |
-- HOW TO USE: | |
-- 1. Make a file copy of your .mdf and .ldf files. | |
-- 2. Attach the copied files as a NEW database in SSMS (e.g., 'Gas5000'). | |
-- 3. CHANGE the database name in the 'USE' statement below to your new database. | |
-- 4. Execute this script. |
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
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"foreground": "#c6e3ff", | |
"style": "plain", | |
"template": "<#ffffff>[</>{{ .Path }}<#ffffff>]</>", |
- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz