Skip to content

Instantly share code, notes, and snippets.

View NONONOexe's full-sized avatar
🌏
Save the EARTH

Keisuke ANDO NONONOexe

🌏
Save the EARTH
View GitHub Profile
@NONONOexe
NONONOexe / gruvbox.rstheme
Last active November 16, 2024 01:53
My RStudio editor theme
/* %APPDATA%\RStudio\themes\gruvbox.rstheme */
/* rs-theme-name: Gruvbox */
/* rs-theme-is-dark: TRUE */
:root {
/* editor */
--editor-background-color: rgb(30, 30, 30);
--editor-background: rgb(var(--editor-background-color));
--editor-foreground: rgb(235,219,178);
--separator: rgb(40,40,40);
@NONONOexe
NONONOexe / Microsoft.PowerShell_profile.ps1
Last active May 25, 2025 00:20
My PowerShell settings
#--------------------------------------------------------------------------
# PowerShell Profile Settings
#--------------------------------------------------------------------------
# This file is located at '~/OneDrive/documents/PowerShell/Microsoft.PowerShell_profile.ps1'
# (typically pointed to by the $PROFILE variable in a standard PowerShell console).
# By placing settings here and using OneDrive, they can be loaded when
# PowerShell is launched and shared across multiple devices.
#--------------------------------------------------------------------------
# Custom Aliases
@NONONOexe
NONONOexe / .commit_template
Last active February 2, 2025 05:22
My commit message template
# ============================== Format ==============================
# :emoji: Subject
#
# Commit body...
#
# ============================== Emojis ==============================
# 🎉 :tada: Initial commit
# ✨ :sparkles: Introduce new feature
# ⚡️ :zap: Inprove performance