diff --git a/README.md b/README.md index 2ff46af..74b070f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ dotfiles ======== -After having my homedirs in subversion for years, moved this collection to Git in 2014 and standardised over all my machines. +After having my homedirs in subversion for years, moved this collection to Git [in 2014](https://github.com/aquatix/dotfiles/commit/18c02056381e7c44dd220f6cd54182ce3f040104) and standardised over all my machines (servers, desktops, laptops, phones, tablets). To install: @@ -27,6 +27,18 @@ Both the shell configuration and vim make use of `fzf`. [fzf is a general-purpos If your distribution does not provide a package, [get yours from the releases page](https://github.com/BurntSushi/ripgrep/releases) (there's a .deb for 64-bit systems). +## starship prompt + +By default, the included fish shell configuration installs and uses the bobthefish prompt, but I have been using the [starship](https://starship.rs/) prompt [since November 2023](https://github.com/aquatix/dotfiles/commit/3836faaaf1e1207ee122eb3b72aa3cab27b4f1f7) and [configuration is included](https://github.com/aquatix/dotfiles/blob/master/.config/starship.toml). + +To use, [install starship](https://starship.rs/#quick-install) and link the configuration to activate the configured prompt: + +```bash +cd ~/.config +ln -s ../.dot/dotfiles/.config/starship.toml +``` + + ## vim config The [.vimrc](https://github.com/aquatix/dotfiles/blob/master/.vimrc) has a lot going on. [Find out more about my tweaks](https://dammit.nl/tag/vim.html) and use `:Maps` in vim itself to see key mappings