A collection of my personal dotfiles.
Your first step is to clone this repository:
git clone https://github.com/imvuong/dotfiles.git ~/dotfiles
Create symbolic links for the configurations you want to use, e.g.:
ln -s ~/dotfiles/vim/.vimrc ~/.vimrc
Using GNU Stow (recommended)
Install GNU Stow (if not already installed)
Mac: brew install stow
Ubuntu: apt-get install stow
Fedora: yum install stow
Arch: pacman -S stow
Then simply use stow to install the dotfiles you want to use:
cd ~/dotfiles
stow oh-my-zsh
stow zsh