Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 717 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 717 Bytes

dotfiles

my dotfiles for ubuntu

setup

clone dotfiles into $HOME

git clone https://github.com/lakgani/dotfiles.git

Install basic softwares

./scripts/install-softwares.sh

Activate zsh config

pre-requisites

  • oh-my-zsh
  • hstr
ln -s dotfiles/.zshrc .zshrc

Activate bash config

pre-requisites

  • bash-git-prompt

Add the following to .bashrc

if [ -f ~/dotfiles/.bashrc ]; then                                                                
   . ~/dotfiles/.bashrc                                                                           
fi

Activate vim config

pre-requisites

  • vim-plug
ln -s dotfiles/.vimrc .vimrc