Skip to content

Instantly share code, notes, and snippets.

@taeseunglee
taeseunglee / intro.md
Created January 1, 2017 17:29 — forked from derhuerst/intro.md
Installing the Z Shell (zsh) on Linux, Mac OS X and Windows

Installing zsh – the easy way

The Z shell (zsh) is a Unix shell [...]. Zsh can be thought of as an extended Bourne shell with a large number of improvements, including some features of bash, ksh, and tcsh.

Z shell – Wikipedia

Read more about ZSH at An Introduction to the Z Shell.

Choose one of the following options.

@taeseunglee
taeseunglee / README.md
Last active November 15, 2016 13:58 — forked from minhoryang/install_git_cspro.sh
RELEASE Tiny Lecture: INSTALL GIT BINARY WITHOUT ROOT/SUDOER @ UBUNTU
  • Description
    If you execute "install_git_cspro.sh" script and set the environment variables, git would be installed on a shared host and we finally use Git. "cspro" is the name of Sogang Univ.'s linux server computer.
    (Why we download curl)We need to use curl for https, so we also install curl.

  • How to execute shell script
    $ source install_git_cspro.sh