Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 826 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 826 Bytes

dotfiles

Installation (UNIX)

  1. Set up Git and GVIM.
sudo apt-get install git vim-gnome
  1. Run commands below on the terminal at your home directory.
git clone --recursive https://github.com/meryngii/dotfiles.git
cd dotfiles
./install.sh
  1. Run GVIM and type :NeoBundleInstall.

  2. Install 'Ricty' font if necessary.

Installation (Windows)

  1. Set up Cygwin, Git and GVIM.

  2. Run commands below on the terminal at your home directory.

git clone --recursive https://github.com/meryngii/dotfiles.git
  1. Run install.bat as a Administrator.

  2. Run GVIM and type :NeoBundleInstall.

  3. Install 'Ricty' font if necessary.

SSH Connection

git clone --recursive git@github.com:meryngii/dotfiles