You need GNU Stow to auto-deploy files to your environment.
sudo zypper in stow # opensuse tumbleweed
See more info here.
You need Tmux as a terminal multiplexer.
sudo zypper in tmux # opensuse tumbleweed
# after installed, download TPM
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
See more info here.
You need Starship as your shell prompt
sudo zypper in starship # opensuse tumbleweed
See more info here.
Bash is your shell interpreter. To have the full experience, you'll need:
- eza; Installation
- lazygit; Installation
- fzf; Installation
- bat; Installation
- zoxide; Installation