- Install powerlevel10k
- Install zsh-syntax-highlighting
- Install zsh-autosuggestions
- Install bat
- Install zoxide
- Install lsd
- Install Nerd Font
- Install ascinfo
Copy paste install for Arch Linux
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/zsh-syntax-highlighting
mkdir -p ~/.zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
sudo pacman -S bat --noconfirm
sudo pacman -S zoxide --noconfirm
sudo pacman -S lsd --noconfirm
sudo pacman -S nerd-fonts --noconfirm
curl -fsSL https://raw.githubusercontent.com/lenartkladnik/ascinfo/main/install.sh | sh- Download and setup the configs
git clone https://github.com/lenartkladnik/zsh-config ~/.config/zsh-dotfiles
ln -sf ~/.config/zsh-dotfiles/.zshrc ~/.zshrc
ln -sf ~/.config/zsh-dotfiles/.p10k.zsh ~/.p10k.zsh
mkdir -p ~/.config/ascinfo
ln -sf ~/.config/zsh-dotfiles/ascinfo.conf ~/.config/ascinfo/ascinfo.conf
exec zshcd ~/.config/zsh-dotfiles
git pull
exec zsh