This repository contains configuration files and setup instructions for my preferred terminals on macOS, Linux, and Windows environments.
Install the following:
2. Package manager Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3. Command line shell zsh
brew install zsh
4. Framework for zsh Oh My Zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Plugin autosuggestions
- Enter folder custom plugins
~/.oh-my-zsh/custom/plugins
- Clone
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- Open config file
~/.zshrc
- Add
plugins=(zsh-autosuggestions)
Plugin fast-syntax-highlighting
zinit light zdharma-continuum/fast-syntax-highlighting
Theme Spaceship ZSH
git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
Set ZSH_THEME="spaceship"
in your .zshrc
Theme Dracula
- Enter folder
cd ~/.oh-my-zsh/themes/
- Clone
git clone https://github.com/dracula/zsh.git
- Move file
dracula.zsh-theme
and folderlib
tothemes
- Edit config file
nano ~/.zshrc
change theme toZSH_THEME="dracula"
winget install JanDeDobbeleer.OhMyPosh -s winget