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
:root { | |
--color-attribute: #ddb6f2; /* Lavender */ | |
--background-attribute: rgba(221, 182, 242, 0.2); | |
--color-builtin: #f28fad; /* Pink */ | |
--background-builtin: rgba(242, 143, 173, 0.2); | |
--color-class: #96cdfb; /* Sky */ | |
--background-class: rgba(150, 205, 251, 0.2); | |
--color-function: #f8bd96; /* Peach */ | |
--background-function: rgba(248, 189, 150, 0.2); | |
--color-property: #f5c2e7; /* Mauve */ |
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
{ | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", |
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
[aws] | |
symbol = " " | |
[battery] | |
full_symbol = "🔋 " | |
charging_symbol = "⚡ " | |
discharging_symbol = "🕯️ " | |
[[battery.display]] | |
threshold = 100 |
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-preview", | |
"actions": [], | |
"copyFormatting": "none", | |
"copyOnSelect": false, | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"keybindings": | |
[ | |
{ |
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
/** | |
* @description Simple color and font changes. Based on ClearVision theme. | |
* @source https://github.com/ClearVision/ClearVision-v6 | |
*/ | |
/* IMPORT CSS */ | |
@import url(https://clearvision.github.io/ClearVision-v6/main.css); | |
/* SETTINGS */ | |
:root { |
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": "#c3c0ff", | |
"foreground": "#1e08a0", | |
"leading_diamond": "\ue0b6", |
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
Invoke-Expression (&starship init powershell) | |
$DOCUMENTS=[Environment]::GetFolderPath([System.Environment+SpecialFolder]::MyDocuments) | |
$TERM_HOME=$DOCUMENTS + "\Jobs" | |
$customAliases = @("ls", "customalias", "ff", "getdir", "gohome") | |
function GetDirAlias { | |
(Get-Location).Path | clip | |
} | |
function GoToHomeDirectory { |
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
<# | |
.SYNOPSIS | |
Create notes from the terminal. | |
.DESCRIPTION | |
Create notes from the terminal and save the most important commands. | |
.PARAMETER Note | |
Note to save |
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
<# | |
.SYNOPSIS | |
Search things on web. | |
.DESCRIPTION | |
Search things on Google and access sites on the web. | |
.PARAMETER Site | |
Specifies that will be a website |