sudo pacman -Syu zsh
You do not need to install manjaro-zsh-config
and all the other related packages like zsh-syntax-highlighting
, zsh-history-substring-search
, zsh-autosuggestions
, etc., as we will use Oh My Zsh.
1. Install Oh My ZSH
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
or
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
and
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/QizaiMing/dotfiles.git ~/.dotfiles
Install the starship binary:
Install Latest Version With Shell:
curl -fsSL https://starship.rs/install.sh | bash
ln -s ~/.dotfiles/.zshrc ~/.zshrc
ls -s ~/.ditfiles/.gitconfig ~/.gitconfig
source ~/.zshrc
chsh -s $(which zsh)
bash -c "$(wget -qO- https://git.io/vQgMr)"
sudo pacman -S ttf-fira-code