mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
15 lines
306 B
Fish
Executable file
15 lines
306 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
# tide
|
|
fisher install IlanCosman/tide
|
|
|
|
# setup tide
|
|
tide configure \
|
|
--auto \
|
|
--style=Lean \
|
|
--prompt_colors='True color' \
|
|
--show_time='24-hour format' \
|
|
--lean_prompt_height='One line' \
|
|
--prompt_spacing=Compact \
|
|
--icons='Few icons' \
|
|
--transient=No
|