Skip to content

jrmhx/zsh-setup

Repository files navigation

Terminal Profile Setup (zsh)

Backup before changing anything is always a good idea isn't it?

dconf dump /org/gnome/terminal/legacy/profiles:/ > gnome-terminal-profiles.dconf

Prerequisites

# Update your software repositories.
sudo apt-get update
sudo apt-get upgrade

# Install Git.
sudo apt-get install -y git

# Install Vim.
sudo apt-get install -y vim

Installation

Powerline and RobotoMono fonts

./install_powerline.sh

ZSH, OhMyZSH

./install_terminal.sh

Install plug-ins (can git pull to update them later)

(cd ~/.oh-my-zsh/custom/plugins && git clone https://github.com/zsh-users/zsh-syntax-highlighting)
(cd ~/.oh-my-zsh/custom/plugins && git clone https://github.com/zsh-users/zsh-autosuggestions)

Profile (plugins, theme, font and color)

This script will install two zsh plugins that I like to use: auto-complete and color highlighting. This script will also set default shell to zsh, during the installation you will be asked to enter your root password or sudo password. And you may need to logout and login again to see the changes.

./install_profile.sh
sudo apt-get install neofetch

# add alias to .zshrc
echo "alias mydevice='neofetch --ascii_colors 6 7 --colors 2 2 2 2'" >> ~/.zshrc
source ~/.zshrc

mydevice

About

customize zsh profile setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published