Skip to content

Pewpewarrows/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO: since the switch from homesick to vcsh, this file ends up in $HOME, so either remove it or rewrite it to be appropriate
    see: RichiH/vcsh#120
TODO: evaluate removing .vim/sessions/ since I'm now using obsession/prosession

For Command-T:
    cd ~/.vim/bundle/command-t/
    rake make

For Several vim Plugins:
    cd ~/.homesick/repos/dotfiles/
    git submodule update --init --recursive
    ...
    git submodule foreach git pull origin master

To remove a submodule you need to:
    Delete the relevant line from the .gitmodules file.
    Delete the relevant section from .git/config.
    Run git rm --cached path_to_submodule (no trailing slash).
    Commit and delete the now untracked submodule files.

Additional ~/bin/ exes:
    ln -s ~/Projects/Lib/android-sdk-macosx/tools/android ~/bin/android
    ln -s /Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl ~/bin/subl
    TODO: move reattach-to-user-namespace to brew, don't have custom build in ~/bin/
    TODO: get rid of symlinks in bin, change to bash scripts that can detect
        system and which binary path to use?

About

Think hard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published