-
Notifications
You must be signed in to change notification settings - Fork 0
Think hard
Pewpewarrows/dotfiles
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published