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
EXAMPLE_SECRET="12345" |
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
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"background": "#252b32", | |
"foreground": "yellow", | |
// "powerline_symbol": "", |
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
Show hidden characters
{"name": "Rainbow Brackets", "variables": {}, "author": "https://github.com/absop", "globals": {}, "rules": [{"scope": "0.matched.color.rainbow", "background": "#19191a", "name": "rainbow_color_matched_no_0", "foreground": "#FF0000"}, {"scope": "1.matched.color.rainbow", "background": "#19191a", "name": "rainbow_color_matched_no_1", "foreground": "#FF6A00"}, {"scope": "2.matched.color.rainbow", "background": "#19191a", "name": "rainbow_color_matched_no_2", "foreground": "#FFD800"}, {"scope": "3.matched.color.rainbow", "background": "#19191a", "name": "rainbow_color_matched_no_3", "foreground": "#00FF00"}, {"scope": "4.matched.color.rainbow", "background": "#19191a", "name": "rainbow_color_matched_no_4", "foreground": "#0094FF"}, {"scope": "5.matched.color.rainbow", "background": "#19191a", "name": "rainbow_color_matched_no_5", "foreground": "#0041FF"}, {"scope": "6.matched.color.rainbow", "background": "#19191a", "name": "rainbow_color_matched_no_6", "foreground": "#7D00E5"}, {"scope": "unmatched.color.rainbo |
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
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"newline": true, | |
"segments": [ | |
{ | |
"type": "iterm", | |
"style": "plain", |
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
sudo apt update | |
sudo apt install exfat-utils exfat-fuse | |
# If you have access to the GUI, you can simply go to the File Explorer and work from there. Otherwise: | |
# Find the name of the partition for your specific drive, you'll need it for the last step | |
lsblk # cat /proc/partitions works too, but lsblk is more readable | |
cd /media | |
sudo mkdir usb #or whatever name you want | |
sudo mount -t exfat /dev/sdc1 usb |
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
<!-- | |
Download link: https://www.microsoft.com/en-us/download/details.aspx?id=49117 | |
Should this XML fail, use this tool: https://config.office.com/deploymentsettings | |
and check this link: https://docs.microsoft.com/en-gb/deployoffice/ltsc2021/deploy | |
For detailed information regarding configuration options visit: http://aka.ms/ODT. | |
App IDs: https://docs.microsoft.com/en-us/deployoffice/office-deployment-tool-configuration-options#id-attribute-part-of-excludeapp-element | |
Usage: | |
Download (optional, doesn't show progress): .\setup.exe /download .\Office2021-ODT.xml | |
-To see if it is making progress, check the Size vs Size on disk in Properties |
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
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [ | |
{ | |
"command": { | |
"action": "copy", | |
"singleLine": false | |
}, | |
"keys": "ctrl+c" |