Skip to content

vasilykraev/zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My ZSH config

I'm Drupal/PHP developer. Daily use Mac OS X, MAMP, Vagrant, PosrgresApp, Drush.

Sometimes play with ruby, sinatra & rails, or coding for fun.

Here it is my zsh config, with oh-my-zsh & some additional stuff.

Install

1. Install zsh

Debian / Ubuntu / Mint / ElementaryOS

sudo apt-get update && sudo apt-get install zsh

FreeBSD

pkg_add -r zsh

Mac OS X

Old version already installed ;)

If you need new version, than install, using brew.

brew install zsh
# Add new installed zsh to list of acceptable shells for chpass(1)
sudo sh -c "echo '/usr/local/bin/zsh' >> /etc/shells"

You must change shell, typing chsh -s /usr/local/bin/zsh

2. Change shell

chsh -s $(which zsh)

3. Use this repo

cd ~
echo 'source $HOME/.zsh/.zshrc' > .zlogin
git clone https://github.com/vasilykraev/zsh.git .zsh
zsh

Important!

I move all files (also oh-my-zsh) to ~/.zsh folder, so if you want use my config, you must load this thru ~/.zlogin file.

Some useful links:

About

My zsh config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages