Skip to content

Instantly share code, notes, and snippets.

View sihan010's full-sized avatar
🎯
Focusing

Mohimenoul Sihan sihan010

🎯
Focusing
  • Rakuten Group, Inc.
  • Tokyo, Japan
  • 06:31 (UTC +09:00)
View GitHub Profile
@sihan010
sihan010 / .hyper.js
Created February 1, 2025 12:27
Hyper Terminal WSL optimized
"use strict";
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
updateChannel: "stable",
fontFamily: "JetBrainsMono Nerd Font",
fontSize: 12,
fontWeight: "light",
fontWeightBold: "bold",
lineHeight: 1.2,
@sihan010
sihan010 / .zshenv
Created February 1, 2025 12:25
Clean ZSH folder structure
export ZDOTDIR="/home/sihan/.config/zsh"
export HISTFILE="$ZDOTDIR/.zsh_history"
# XDG
export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}
export XDG_CACHE_HOME=${XDG_CACHE_HOME:-$HOME/.cache}
export XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share}
export XDG_STATE_HOME=${XDG_STATE_HOME:-$HOME/.local/state}
@sihan010
sihan010 / starship.toml
Last active November 13, 2022 10:41
Starship simplistic configuration for Java/ Kotlin/ Node devs. Git and more. Prerequisite - Fira Code Nerd Font
format = """
$env_var\
$username\
$hostname\
$directory\
$git_branch\
$git_state\
$git_status\
$git_metrics\
$docker_context\