klee1611 / dev-env-settings

Developer environment setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This script is used to setup environment for developers with Ubuntu and Macintosh,
and is only availabe for Ubuntu and Macintosh now.

Features

Install

For Mac users,
please have Homebrew installed.

  1. Install
./install.sh
  1. Modify ~/zshrc, chang ZSH_THEME and plugins as below:
...
ZSH_THEME="agnoster"
...
plugins=(
	zsh-completions
	zsh-syntax-highlighting
	zsh-autosuggestions
	autojump
)
...
  1. Go to terminal preferences and chose a color scheme to import

import_color_scheme_1

import_color_scheme_2

  1. Change the font of the terminal to one of the downloaded powerline fonts

change_font

  1. Happy journey

About

Developer environment setup

License:MIT License


Languages

Language:Shell 100.0%