Linux dotfiles
- Shell 100%
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. |
||
|---|---|---|
| font | ||
| .screenrc | ||
| .tmux.conf | ||
| .vimrc | ||
| .zsh_aliases | ||
| .zshenv | ||
| .zshrc | ||
| install.sh | ||
| migrate.sh | ||
| README.md | ||
| starship.toml | ||
| uninstall.sh | ||
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