Install these if not already available:
sudo apt install curl xz-utils| # fix dir colors in wsl | |
| LS_COLORS+=':ow=01;33' | |
| alias q='exit' | |
| alias upup='sudo apt update && sudo apt upgrade -y' | |
| alias ls='clear && ls --color=auto' | |
| alias ll='clear && ls --color=auto -alhF' | |
| alias lll='clear && ls --color=auto -alhF *' |
| // (?!) - negative lookahead | |
| // (?=) - positive lookahead | |
| // (?<=) - positive lookbehind | |
| // (?<!) - negative lookbehind | |
| const { log } = console | |
| const s = 'See the parrot. And the goat. And the rooster.' | |
| // Word before period: | |
| // See the [parrot]. And the [goat]. And the [rooster]. |
You can use https://uupdump.net/ to build up an ISO file and drop it into https://github.com/ventoy/Ventoy
If you're already running Windows you can do β Win, Reset this PC for an alternative ISO download option
| # ββββ¬ β¬ββββ¬ β¬ | |
| # ββββββββββββ€ | |
| # β΄ ββ΄βββββ΄ β΄ | |
| # %USERPROFILE%\Documents\PowerShell\Profile.ps1 | |
| # βββββββ¬ β¬ | |
| # ββ€ βββββββ | |
| # ββββββ ββ | |
| # set the default editor (example) |
| { | |
| // link to Windows Terminal documentation | |
| "$help": "https://aka.ms/terminal-documentation", | |
| // JSON schema for validation and IntelliSense | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| // custom actions available for keybindings and command palette | |
| "actions": [ | |
| { | |
| // sends "cd -" to the shell (go to previous directory) | |
| "command": { |