Skip to content

Instantly share code, notes, and snippets.

View imjyotiraditya's full-sized avatar
🍕
Pizza?

Jyotiraditya Panda imjyotiraditya

🍕
Pizza?
  • India
  • 13:50 (UTC +05:30)
View GitHub Profile
@falkheiland
falkheiland / starship.toml
Last active October 21, 2022 18:49
starship config
# https://starship.rs/
# sh -c "$(curl -fsSL https://starship.rs/install.sh)"
# mkdir -p ~/.config && touch ~/.config/starship.toml
# nano ~/.bashrc
# add `eval "$(starship init bash)"` add the end of the file
format = """
${custom.tztime} \
$cmd_duration\
$directory\
@ryo-ARAKI
ryo-ARAKI / starship.toml
Last active May 4, 2025 13:01
Starship configuration file
# ~/.config/starship.toml
[battery]
full_symbol = "🔋"
charging_symbol = "🔌"
discharging_symbol = ""
[[battery.display]]
threshold = 30
style = "bold red"