Commit Graph

857 Commits (88378fd2f7a5142fbcc04eb007a35cd9589065bf)

Author SHA1 Message Date
Matthew Attaway 88378fd2f7 Add support for Perforce when using the DVCS capabilities
This change adds support for showing the branch, status, and
synced change number. This only works inside a local server
and not when working with a shared server.
2015-03-20 22:39:38 -07:00
Travis Swicegood e800a684f9 Merge pull request #424 from musophob/master
Add osx aliases for quicklook, volume, say.
2015-03-20 11:54:54 -07:00
Travis Swicegood 83ef7c5104 Fix gitter link 2015-03-20 10:16:50 -07:00
Travis Swicegood d6906be4d7 Merge pull request #426 from nwinkler/duplicate-vagrant-completion
Removed duplicate vagrant complation
2015-03-20 11:42:45 -05:00
Nils Winkler fedb24e60b Removed duplicate vagrant complation
The vagrant.plugin.bash file only defined a completion function, nothing
more. The vagrant.completion.bash file has a more recent completion
function for vagrant. We don't need both, and the completion in the
plugin file was in the wrong location in the first place.
2015-03-20 07:47:43 +01:00
Travis Swicegood 3e99bd2c28 Merge pull request #425 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-03-18 17:35:51 -05:00
The Gitter Badger 49f8e18161 Added Gitter badge 2015-03-18 22:34:58 +00:00
Nils Winkler b192fe4ca2 Merge pull request #421 from nwinkler/install_options
Added option for skipping questions in installer.
2015-03-18 08:05:19 +01:00
Sean Henderson 56e15245a5 Add osx aliases for quicklook, volume, say. 2015-03-17 01:13:45 +02:00
Travis Swicegood 00a4e6cc01 Merge pull request #418 from ifosch/powerline-multiline-rvm
RVM prompt for powerline-multiline
2015-03-14 18:17:15 -05:00
Nils Winkler 1193cee51e Merge pull request #420 from noonhub/master
add support for brew-cask commands
2015-03-11 19:37:12 +01:00
Andrew Noonan 332e648758 fix uninstall typo 2015-03-11 10:22:28 -07:00
Nils Winkler 01f0e3798c Merge pull request #419 from nwinkler/reload-alias
Fixed reload alias.
2015-03-11 13:34:14 +01:00
Nils Winkler f3ca9f53d3 Added option for skipping questions in installer.
The install script now allows to specify one of the following options:
* --all
* --none

Both result in any questions being skipped. This is convenient when running the install script from a script, or a provisioning tool like Ansible.
2015-03-11 13:08:14 +01:00
Andrew Noonan 9fd4ef16b3 add support for brew-cask commands 2015-03-10 18:26:59 -07:00
Nils Winkler 27ec876a10 Fixed reload alias.
Using the same logic as in the install script.
2015-03-10 07:06:37 +00:00
Ignasi Fosch f3b8b8928d RVM prompt for powerline-multiline 2015-03-05 19:55:43 +01:00
Eduardo Bellido Bellido 87ba4761b5 Merge pull request #417 from edubxb/powerline-multiline
Powerline-multiline improvements
2015-03-05 19:52:41 +01:00
Eduardo Bellido Bellido eba628065b Powerline-multiline improvements
- Changed some default CHARS for better font compatibility
- Make some CHARS user customizable
- Minor fixes
2015-03-05 19:51:16 +01:00
Travis Swicegood 26fd48539c Merge pull request #416 from ritola/master
Add dulcie theme as a basic PS1 prompt with git info
2015-02-27 11:33:35 -08:00
Heikki Ritola 2740706c6f Change order to emphasize current directory 2015-02-27 14:06:15 +02:00
Heikki Ritola c4293d9c4e Add dulcie theme as a basic PS1 prompt with git info 2015-02-27 13:41:47 +02:00
Nils Winkler 6d61aa0883 Merge pull request #414 from apaatsio/git-push-force-with-lease
Add --force-with-lease to git push autocompletion
2015-02-16 14:03:15 +01:00
Antti Ahti 423e342282 Add --force-with-lease to git push autocompletion 2015-02-16 14:31:34 +02:00
Travis Swicegood 722ef0cd76 Merge pull request #406 from edubxb/powerline-multiline
Improved Powerline-multiline theme
2015-02-13 11:41:59 -08:00
Eduardo Bellido Bellido 71c5209ac6 Updated Powerline-multiline theme
- Prompt drawing fixes and improvements
- Support to show ac adapter status
2015-02-04 23:10:20 +01:00
Eduardo Bellido Bellido 42aa39b235 New funcion "ac_adapter_connected" in battery plugin 2015-02-04 23:05:03 +01:00
Eduardo Bellido Bellido 7060850441 Improved Powerline-multiline theme
- Added a clock
- Added the battery status
- Visual improvements
2015-02-01 19:09:13 +01:00
Nils Winkler 3fd8336644 Merge pull request #403 from ksclarke/docker
Added Docker aliases and functions
2015-01-29 08:12:30 +01:00
Kevin S. Clarke ef0f7ebc42 Updated undescores to dashes and added new alias 2015-01-27 15:20:21 -05:00
Nils Winkler 84dd8ec8b8 Merge pull request #404 from pickfire/master
Minor edits to install.sh for easy install
2015-01-27 08:27:49 +01:00
Ivan Tham 63cc12271e Minor edits to install.sh for easy install 2015-01-26 21:20:25 +08:00
Kevin S. Clarke ed79936529 Added Docker aliases and functions 2015-01-22 10:23:00 -05:00
Eduardo Bellido Bellido bc849a8f54 Update README.md
Small correction
2015-01-21 21:16:12 +01:00
Travis Swicegood ccfa0e59e6 Merge pull request #402 from scmorrison/master
Added BASH_IT_LEGACY_PASS usage notes to README.
2015-01-21 11:13:24 -08:00
Sam Morrison bd89bd59db Added BASH_IT_LEGACY_PASS usage notes to README 2015-01-21 12:01:49 +09:00
Nils Winkler 981dc2c258 Merge pull request #401 from scmorrison/master
Rename pass function to passgen to avoid conflict with pass (password store) utility. Closes #399
2015-01-20 16:15:10 +01:00
Sam Morrison 4ce1f6f771 rename local variable passgen back to pass 2015-01-20 18:46:44 +09:00
Sam Morrison bfe25807a7 using bash-it boolean check convention 2015-01-19 13:05:46 +09:00
Sam Morrison f1f250f7b8 corrected passgen example text and default 2015-01-19 12:28:35 +09:00
Sam Morrison 5963249c0a Rename function pass to passgen. Define alias pass if pass command (password store) is not installed or BASH_IT_LEGACY_PASS is true. 2015-01-19 12:15:26 +09:00
Travis Swicegood 8a12d12725 Fix prompt character and remove clock (h/t @edubxb) 2015-01-18 15:09:02 -08:00
Eduardo Bellido Bellido a17af1ce9a Merge pull request #393 from edubxb/theme-powerline-naked
Added Powerline-naked theme
2015-01-13 00:41:44 +01:00
Travis Swicegood 6e310a24fd Switch this up a little bit 2015-01-09 18:15:41 -08:00
Eduardo Bellido Bellido 4e505e9258 Merge pull request #397 from edubxb/improve-installer
Updated README.md
2015-01-09 23:04:18 +01:00
Eduardo Bellido Bellido 544ee0d21a Updated README.md 2015-01-09 23:00:55 +01:00
Eduardo Bellido Bellido c4cb126e82 Merge pull request #396 from edubxb/improve-installer
Choose correct bash config file based on the OS
2015-01-09 22:56:00 +01:00
Eduardo Bellido Bellido d462a35c9a Fixes issue #173 2015-01-09 22:50:09 +01:00
Travis Swicegood f23cc41f00 Add in a multi-line powerline theme 2015-01-09 11:40:05 -08:00
Nils Winkler 730e2fd101 Merge pull request #224 from MattWis/master
Add ability to preview themes
2015-01-07 08:26:11 +01:00