Skip to content

LocSol/AppData

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppData

Windows dotfiles.

Usage

Initial checkout:

cd %AppData%
git init
git remote add origin https://github.com/tschutter/AppData.git
git fetch
git branch master origin/master (probably optional)
git checkout master
git submodule update --init --recursive
bin\windows_config

Update:

cd %AppData%
git pull
git submodule update --init --recursive
windows_config

To create a distribution zipfile on Linux:

zip -r /tmp/AppData.zip . --exclude\
    .git\*\
    .emacs.d/.git\*\
    .emacs.d/elisp/yasnippet/.git\*\
    .emacs.d/elisp/yasnippet/extras/bundles/html-tmbundle/.git\*\
    .emacs.d/elisp/yasnippet/extras/bundles/rails-tmbundle/.git\*\
    .emacs.d/elisp/yasnippet/extras/bundles/ruby-tmbundle/.git\*

Releases

No releases published

Packages

No packages published