Skip to content

Instantly share code, notes, and snippets.

View LuanRoger's full-sized avatar

ROG LuanRoger

View GitHub Profile
@LuanRoger
LuanRoger / settings.json
Last active March 22, 2024 18:34
My Visual Studio Code settings file
{
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
@LuanRoger
LuanRoger / starship.toml
Created December 18, 2023 13:23
Startship configuration file (ft. battery, memory_usage, docker_context)
[aws]
symbol = " "
[battery]
full_symbol = "🔋 "
charging_symbol = "⚡ "
discharging_symbol = "🕯️ "
[[battery.display]]
threshold = 100
@LuanRoger
LuanRoger / win_termianl_settings.json
Created December 18, 2023 13:15
My Windows Terminal settings.json
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema-preview",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
@LuanRoger
LuanRoger / vencord-theme.css
Created August 1, 2023 18:02
Modern Retro Vencord Theme
/**
* @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 {
@LuanRoger
LuanRoger / material3.omp.json
Created August 14, 2022 19:52
Oh My Posh - Material 3 Theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#c3c0ff",
"foreground": "#1e08a0",
"leading_diamond": "\ue0b6",
@LuanRoger
LuanRoger / Microsoft.PowerShell_profile.ps1
Last active January 5, 2024 19:01
PowerShell 7 profile
Invoke-Expression (&starship init powershell)
$TERM_HOME=[Environment]::GetFolderPath([System.Environment+SpecialFolder]::MyDocuments) + "\Jobs"
$customAliases = @("ls", "customalias", "ff", "getdir", "gohome")
function GetDirAlias {
(Get-Location).Path | clip
}
function GoToHomeDirectory {
Set-Location $TERM_HOME
@LuanRoger
LuanRoger / power_note.ps1
Created February 22, 2022 19:41
Create notes from the terminal.
<#
.SYNOPSIS
Create notes from the terminal.
.DESCRIPTION
Create notes from the terminal and save the most important commands.
.PARAMETER Note
Note to save
@LuanRoger
LuanRoger / power_google.ps1
Created February 22, 2022 19:05
Search things on Google and access sites on the web.
<#
.SYNOPSIS
Search things on web.
.DESCRIPTION
Search things on Google and access sites on the web.
.PARAMETER Site
Specifies that will be a website