Skip to content

Instantly share code, notes, and snippets.

@mhmdAljefri
Created October 11, 2018 07:07
Show Gist options
  • Save mhmdAljefri/53416ea245828d0707c6d5523b49ada7 to your computer and use it in GitHub Desktop.
Save mhmdAljefri/53416ea245828d0707c6d5523b49ada7 to your computer and use it in GitHub Desktop.
# Zsh
sudo apt install zsh
# If you have problem with adminstration folder
# remove lock folder from desk and cash follow next setps (optioal)
sudo rm /var/lib/apt/lists/lock
#remove from cash
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
# previous steps are optionals
download oh-my-sh folder vi Curl and run .sh file
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment