Skip to content

nimatg/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This repository contains machine-specific configuration to accompany my dotfiles.

After cloning this repo, run curate -v to automatically set up the dotfiles development environment.

Please Note: Dotfiles uses config_curator gem for installation.

Install

For Windows add PHP and {git_executable_path}/usr/local/bin/ directory to PATH using Path Editor tool.

git clone git@github.com:shivapoudel/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

# Submodule
git submodule init
git submodule update

# Dotfiles
curate -v
./vim-plugins

# Installer
mkdir -p /usr/local/bin
./bin/{apigen|phpcs|phploy|phpunit|wp-cli|wp-dev}-install

Update

git submodule update --remote

License

Copyright (c) 2017 Shiva Poudel
Licensed under the MIT license:
http://shivapoudel.mit-license.org/

About

The machine-specific configuration to accompany my dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.7%
  • Vim Script 26.3%