Skip to content

Instantly share code, notes, and snippets.

View ChuseCubr's full-sized avatar

ChuseCubr

View GitHub Profile
@ChuseCubr
ChuseCubr / Dark_minimal.icls
Last active January 2, 2026 09:11
Android Studio Minimal Colorscheme
<scheme name="Dark minimal" version="142" parent_scheme="Darcula">
<metaInfo>
<property name="ide">AndroidStudio</property>
<property name="ideVersion">2025.2.2.7</property>
<property name="originalScheme">Dark minimal</property>
</metaInfo>
<colors>
<option name="ADDED_LINES_COLOR" value="549159" />
<option name="ANNOTATIONS_COLOR" value="8D9199" />
<option name="ANNOTATIONS_LAST_COMMIT_COLOR" value="CED0D6" />
@ChuseCubr
ChuseCubr / Microsoft.PowerShell_profile.ps1
Last active December 9, 2022 03:53
Powershell Profile
# aliases
Set-Alias lvim C:\Users\chase\.local\bin\lvim.ps1
Set-Alias neofetch C:\Users\chase\.local\bin\winfetch.ps1
# PSReadline options
# Set-PSReadLineOption -EditMode Vi
Set-PSReadLineOption -HistorySaveStyle SaveNothing
# Replace \ with / in tab autocompletion
Set-PSReadLineKeyHandler -Chord Tab -ScriptBlock {