Skip to content
/ zsh Public

This is the small `~/.zshrc` file I use on Mac and Linux.

Notifications You must be signed in to change notification settings

mhubig/zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This are the ZSH configuration files I use on Mac and Linux. They are now based on the mighty prezto. Use at your own risk.

Quick start

  1. Install zsh and set as login shell.

    On Ubuntu do:

    $ sudo apt-get install zsh
    $ chsh -s /usr/bin/zsh
    

    On Mac OS X do:

    $ brew install zsh
    

    Then set the shell in the system preference pane, like here: alt text

  2. Clone this repository.

    $ git clone git@github.com:mhubig/zsh.git ~/.zsh
    
  3. Clone the zgen.

    $ git clone git@github.com:tarjoilija/zgen.git ~/.zgen
    
  4. Start ZSH and link the config files.

    $ zsh
    % zfiles=(zlogin zlogout zprofile zshenv zshrc)
    % for file in $zfiles; do
          ln -s "$HOME/.zsh/$file" "$HOME/.${file:t}"
      done
    
  5. Make your own copy of the zlocal file.

    $ cp ~/.zsh/zlocal.example ~/.zsh/zlocal
    $ vim ~/.zsh/zlocal
    
  6. Now restart your terminal!

About

This is the small `~/.zshrc` file I use on Mac and Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages