1
0
Fork 0
Linux dotfiles
Find a file
unbekannt3 6dfc89a589
Show SSH hostname in starship prompt
The format string referenced $username but never $hostname, so the
hostname module never rendered. Add $hostname to the format and a
[hostname] block (ssh_only) styled to match the red user segment.
2026-06-17 16:14:45 +02:00
font OMZ / Powerlevel10k shell combination 2022-05-21 02:02:50 +02:00
.screenrc OMZ / Powerlevel10k shell combination 2022-05-21 02:02:50 +02:00
.tmux.conf OMZ / Powerlevel10k shell combination 2022-05-21 02:02:50 +02:00
.vimrc OMZ / Powerlevel10k shell combination 2022-05-21 02:02:50 +02:00
.zsh_aliases alias quick connects 2025-08-17 18:40:52 +02:00
.zshenv Migrate prompt from powerlevel10k to starship 2026-06-08 10:08:48 +02:00
.zshrc Migrate prompt from powerlevel10k to starship 2026-06-08 10:08:48 +02:00
install.sh Migrate prompt from powerlevel10k to starship 2026-06-08 10:08:48 +02:00
migrate.sh Add migrate.sh for per-machine migration to starship setup 2026-06-08 10:16:02 +02:00
README.md README update 2025-05-05 21:15:35 +02:00
starship.toml Show SSH hostname in starship prompt 2026-06-17 16:14:45 +02:00
uninstall.sh uninstaller updated 2025-05-05 21:14:09 +02:00

Installation

Download and change folder

cd ~
git clone https://git.unbk.net/henning/dotfiles.git

cd dotfiles

Run install

./install.sh

Uninstallation

Change to dotfiles folder

cd ~/dotfiles

Run uninstaller

./uninstall.sh