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 / .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
@NONONOexe
NONONOexe / Microsoft.PowerShell_profile.ps1
Created February 28, 2024 08:51
My PowerShell settings
# PowerShell settings
#
# This file are placed in '~/OneDrive/documents/PowerShell'
# By placing this file in this directory, this settings
# are loaded when PowerShell is launched, and also are shared
# among multiple devices using OneDrive.
# Neovim setting repository
$NVIM_SETTING_REMOTE = "https://github.com/NONONOexe/nvim-settings.git"
@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);