Skip to content

kaneshin/dotfiles

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 

dotfiles

Installation

Check out dotfiles where you want it installed.

git clone https://github.com/kaneshin/dotfiles.git ~/.dotfiles

Define environment variable DOTFILES_ROOT to point to the path where dotfiles repository is cloned and add $DOTFILES_ROOT/bin to your $PATH for access to the dotfiles command-line utility.

export DOTFILES_ROOT="$HOME/.dotfiles"
export PATH="$DOTFILES_ROOT/bin:$PATH"

Put dotfiles as symbolic link into home directory.

dotfiles install $DOTFILES_ROOT/bundle

NOTE: You can execute dotfiles script directly.

export DOTFILES_ROOT="$HOME/.dotfiles"
$DOTFILES_ROOT/bin/dotfiles install $DOTFILES_ROOT/bundle

License

The MIT License (MIT)

Author

Shintaro Kaneko kaneshin0120@gmail.com