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-themeand folderlibtothemes - Edit config file
nano ~/.zshrcchange theme toZSH_THEME="dracula"
winget install JanDeDobbeleer.OhMyPosh -s winget