Skip to content

rakshans1/dotfiles

Repository files navigation

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
Git symbols
Git Icons Explanation
icon_outgoing4 Number of commits your repository is ahead of your remote branch
icon_incoming5 Number of commits your repository is behind of your remote branch
icon_stash3 Number of stashes, here 3.
icon_unstaged There are unstaged changes in your working copy
icon_staged There are staged changes in your working copy
icon_untracked There are files in your working copy, that are unknown to your repository
icon_remote_tracking_branch The name of your branch differs from its tracking branch.
Branch Icon
icon_commit2c3705 The current commit hash. Here "2c3705"
icon_git Repository is a git repository