Skip to content

marugoshi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Install

Create Direcroty for Master File

First, you would create directory for downloaded files.
ex)
$ mkdir ~/rc
or
# mkdir /rc

Download

Move to created directory, then download files.
ex)

$ cd ~/rc
$ git clone [email protected]:marugoshi/dotfiles.git

or

# cd /rc
# git clone [email protected]:marugoshi/dotfiles.git

Execute Install Script

Run install script.
ex)
$ sh ./install.sh
or
# sh ./install.sh

Install script will make symbolic link into your home directory.

After installed dotfiles, set up submodule for vundle.

$ git submodule init
$ git submodule update

Then should execute vim command to install bundles.

:BundleInstall

Branch

You can use branch which specialized each development environments like below.

  • master – rails
  • flex – adobe flex

About

config files in home directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published