Skip to content

Instantly share code, notes, and snippets.

View isaaacme's full-sized avatar
🎯
Focusing

ligtevtadtyv isaaacme

🎯
Focusing
View GitHub Profile
@isaaacme
isaaacme / starship.toml
Created December 6, 2020 04:24 — forked from yerbestpal/starship.toml
Starship configuration file.
# Starship command prompt configuration file. Colour choice and over-use of emoji
# is to help blend in with Ubuntu MATE default theme, Ambiant-Mate.
# disable starship from forcing a new line to be taken. Solved the empty line
# at start of terminal
add_newline = false
[line_break]
disabled = true
@isaaacme
isaaacme / starship.toml
Created December 6, 2020 04:24 — forked from yerbestpal/starship.toml
Starship configuration file.
# Starship command prompt configuration file. Colour choice and over-use of emoji
# is to help blend in with Ubuntu MATE default theme, Ambiant-Mate.
# disable starship from forcing a new line to be taken. Solved the empty line
# at start of terminal
add_newline = false
[line_break]
disabled = true
@isaaacme
isaaacme / starship.toml
Created December 6, 2020 04:24 — forked from ryo-ARAKI/starship.toml
Starship configuration file
# ~/.config/starship.toml
[battery]
full_symbol = "🔋"
charging_symbol = "🔌"
discharging_symbol = "⚡"
[[battery.display]]
threshold = 30
style = "bold red"