wilsongis / zshrc

My zshrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zshrc

# Install
##
git clone https://github.com/jmervine/zshrc.git ~/.dotfiles
cd ~/.dotfiles
make install

# Uninstall
##
cd ~/.dotfiles
make uninstall

Docker

NOTE:

The docker image contains my full vim configuration.

docker run --rm -it --net=host \
    -v /path/to/workspace:/root/workspace jmervine/zshrc:latest

About

My zshrc


Languages

Language:Shell 96.3%Language:Makefile 2.9%Language:Dockerfile 0.8%