| Distro | WM | Bar | Compositor | Terminal | Shell | Package Manager |
|---|---|---|---|---|---|---|
| Arch | BSPWM | Polybar | Picom | Kitty | Zsh | Paru |
fd powerline-fonts ttf-font-awesome - Download and execute the install script. Make sure to copy your old
.zshrcconfigs to the new config. - Clone
zsh-syntax-highlightingtooh-my-zshplugins. - Clone
zsh-autosuggestionstooh-my-zshplugins. - CLone
zsh-Ztooh-my-zshplugins. - Clone and install
fzf. - Install
fd - Add the omz plugins in
.zshrcconfig.fzf git history-substring-search colored-man-pages zsh-autosuggestions zsh-syntax-highlighting zsh-z - Install Powerlevel10k and set the theme
powerlevel10k/powerlevel10k.
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
paru -S fd
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k