my dotfiles for ubuntu
clone dotfiles into $HOME
git clone https://github.com/lakgani/dotfiles.git./scripts/install-softwares.shoh-my-zshhstr
ln -s dotfiles/.zshrc .zshrcbash-git-prompt
Add the following to .bashrc
if [ -f ~/dotfiles/.bashrc ]; then
. ~/dotfiles/.bashrc
fivim-plug
ln -s dotfiles/.vimrc .vimrc