Bodo Tasche
Bodo Tasche
On one machine I have a weird problem. After starting macvim, the `rt` binding is not set correctly to `:TagbarToggle`. It is set to `:!ctags --extra=+f....` . I can't explain...
I am now working for a company that hired bitcrowd. For them I have created a nice little virtual machine. But I want to have all the comfort of my...
I am using vundle in my neovim and need to make the vundle thing to start neovim, not vim to update everything. What would you think is the best approach...
Let's add http://thechangelog.com/bpkg-bash-package-manager/ . One thing I installed using it was: https://github.com/rauchg/wifi-password Yep. I read changelog :wink:
Looks like pip does not like the `--user` argument when updating itself anymore. I am getting this error when using exogenesis: ``` Exception: Traceback (most recent call last): File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.5.4-py2.7.egg/pip/basecommand.py",...
In [this](https://github.com/npm/npm/issues/6979) node ticket they explain that our update script is wrong. We should not use `npm update` but this instead: ``` for package in $(npm -g outdated --parseable --depth=0...
Somehow npm stopped working for me when doing `npm -g update bower`. It prints out lot of this when doing it manually: ``` npm ERR! Object.keys called on non-object npm...
Currently we have no good documentation about the different package managers this project offers and how to configure them. This is confusing for people who want to start using this....
gem module
I have some command line utils that are delivered as gems. I think I want to have them installed via exogenesis. Thoughts on this?
At bitcrowd we construct the commit message based on the pivotal story. And I need to enter that in the time tracking and other stuff, too. Would be awesome if...