This is my personal dotfiles setup.
I use dotbot to manage: https://github.com/anishathalye/dotbot
git clone https://github.com/richardhallett/dotfiles ~/.dotfiles && cd ~/.dotfiles && ./install
# Download and setup links for core binaries
./install -vv -c install-core-binaries-linux.conf.yaml
# link patched symbol fonts
./install -c install-fonts.conf.yaml
These are typically what I have setup, depending on linux package management to be installed manually.
- alacritty - terminal
- fish - Shell
- starship - Shell prompt
- emoji font e.g. noto-fonts-emoji (depending on linux distro may not be required)
- nvim - Editor
- git-delta - Better pager for git
- bottom - Process Monitor replacement
- lazygit - Terminal UI for git
- bat - better cat
- fd - improved find
- exa - Replacement for ls
- ripgrep - improved grep
- fzf - command line fuzzy finder