Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Add p10k to oh my zsh themes:
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10kAdd zsh-syntax-highlighting:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightingInstall stow:
sudo apt install stow # use your preferred package managerRun:
stow .
stow --adopt . # if you have conflicting files, adopt them in this directoryFurther reading on .stow-local-ignore
Install tmux:
sudo apt install tmux # use your preferred package managerInstall Tmux Plugin manager TPM:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpmripgrep is required for Telescope Live Grep functionality
# Install on Ubuntu:
sudo apt install ripgrep