sh -c "$(wget -O- https://raw.githubusercontent.com/petertheprocess/cli_toolkit/main/cli_toolkit_install.sh)"
That command will install ohmyzsh with autosuggestion plugin, zellij, and yazi. zsh installation script is from zsh-in-docker
This repo is for me to quickly install the cli tools I use every day in a fresh linux system or inside a docker. currently it includes:
- Oh My Zsh: A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration.
- Zellij: a tmux-like terminal multiplexer. Unlike Tmux, the default keybindings of Zellij are much kinder to new users.
- Yazi: a ranger-like terminal file manager, allow you view and navigate through your directory interactively and smoothly.