This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
format = """ | |
$env_var\ | |
$username\ | |
$hostname\ | |
$directory\ | |
$git_branch\ | |
$git_state\ | |
$git_status\ | |
$git_metrics\ | |
$docker_context\ |