This repository contains helper scripts to quickly configure and optimize Linux terminals with powerful and beautiful prompt setups.
A streamlined setup script for Bash users that includes Oh My Posh, useful productivity plugins, and Nerd Fonts.
- Installs Oh My Posh with theme selector
- Downloads the latest Oh My Posh themes
- Installs FiraCode Nerd Font
- Adds bash-it (like Oh My Zsh, but for Bash)
- Enables helpful Bash plugins:
gitaliasesalias-completionbash completion
- Adds autosuggestions
- Cleanly updates
.bashrcwith your selected theme
- Debian / Ubuntu
- Fedora / RHEL
- Arch Linux
git clone https://github.com/csnhawkins/Linux-Helper-Files.git
cd Linux-Helper-Fileschmod +x setup-bash-omp.sh
./setup-bash-omp.shbashA simple shell script to fully configure Zsh with Oh My Zsh, plugins, and a beautiful Powerlevel10k theme.
- Installs Zsh if missing
- Installs Oh My Zsh
- Sets Zsh as your default shell
- Installs essential plugins:
- Installs the Powerlevel10k theme
- Automatically updates your
.zshrc
- Debian / Ubuntu
- Fedora / RHEL
- Arch Linux
git clone https://github.com/csnhawkins/Linux-Helper-Files.git
cd Linux-Helper-Fileschmod +x setup-zsh.sh
./setup-zsh.shexec zsh