my dotfiles for ubuntu
clone dotfiles into $HOME
git clone https://github.com/lakgani/dotfiles.git
./scripts/install-softwares.sh
oh-my-zsh
hstr
ln -s dotfiles/.zshrc .zshrc
bash-git-prompt
Add the following to .bashrc
if [ -f ~/dotfiles/.bashrc ]; then
. ~/dotfiles/.bashrc
fi
vim-plug
ln -s dotfiles/.vimrc .vimrc