Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 451 Bytes

File metadata and controls

32 lines (22 loc) · 451 Bytes

My Dotfiles

Include ZSH, oh-my-zsh and new ubuntu new system setup

Shell ScreenShot

Installation

cd ~ && git clone https://github.com/rakshans1/dotfiles.git
git submodule init
git submodule update

To install my dotfiles as your

cd ~/dotfiles
./setup.sh

or to setup new machine

./setup-new-machine.sh
Update Submodules
git submodule foreach git pull origin master