To install ZSH and Cynnexis' configuration, please follow these instructions:
- Install FiraCode Nerd Font.
- Install ZSH:
sudo apt install zsh chsh -s /bin/zsh
- Install Oh My Zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - Install ZSH Auto-Suggestions:
mkdir -p "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}" git clone https://github.com/zsh-users/zsh-autosuggestions "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions"
- Install ZSH Syntax Highlighting:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting" - Install the
.zshrcfile in your home directory:curl -Lo ~/.zshrc 'https://gist.githubusercontent.com/Cynnexis/b7755308673d5f400a1d201ab72d4e3d/raw/a2423cbf975d59b737c206ec8e80ccbad1fc2447/.zshrc' chmod 0755 ~/.zshrc
- Install Starship:
curl -sS https://starship.rs/install.sh | sudo sh - Install the
starship.tomlfile in~/.config/:curl -Lo ~/.config/starship.toml 'https://gist.githubusercontent.com/Cynnexis/b7755308673d5f400a1d201ab72d4e3d/raw/a2423cbf975d59b737c206ec8e80ccbad1fc2447/starship.toml'
To install ZSH and Cynnexis' configuration, please follow these instructions:
- Install FiraCode Nerd Font.
- In a terminal, install Clink:
winget install clink
- Install Starship:
choco install starship
- Add the following line at the end of the file
%LocalAppData%\clink\starship.lua:load(io.popen('starship init cmd'):read("*a"))()
- Add the following line at the end of the file
$PROFILE(given by a PowerShell file):Invoke-Expression (&starship init powershell)
- Install the
starship.tomlfile in~/.config/: