Commit Graph

1229 Commits

Author SHA1 Message Date
Derek Stavis
c58d14fe3e Move $OMF_CONFIG variable to $OMF_PATH/init.fish
This PR sets the default value of `OMF_CONFIG` variable in
framework init.fish file. The variable can still be overridden by
the user by setting it on `~/.config/fish/config.fish file`.

This is in preparation to rewriting install script in plain fish,
which will ditch config template and stop replacing `config.fish`
contents in favor of just appending Oh My Fish startup.
2015-09-29 09:54:36 -03:00
Bruno
456f6fc4ce Merge pull request #71 from Pyppe/travis-themes-test
Add test-generate-themes-doc.fish
2015-09-28 21:43:52 +01:00
Pyry-Samuli Lahti
c97e1af4bc Add test-generate-themes-doc.fish
* Run with Travis CI, if commits contain changes to `db/themes`
* When run; fail build if `docs/Themes.md` is no longer up-to-date
2015-09-28 23:36:22 +03:00
Bruno
9c071490ab Merge pull request #73 from vincentjames501/add-getopts-pkg
Add getopts pkg
2015-09-28 17:45:34 +01:00
Vincent Pizzo
2675b22b2c Add getopts pkg 2015-09-28 11:30:59 -05:00
Bruno
3d77c39e27 Merge pull request #74 from vincentjames501/add-kill-on-port-pkg
Add kill-on-port pkg
2015-09-28 11:19:39 +01:00
Vincent Pizzo
9dacbaad0e Add kill-on-port pkg 2015-09-27 20:23:11 -05:00
Bruno
9f3ab25515 Merge pull request #70 from jeremiejig/remove_pushd_popd
Remove some pushd popd, using git --git-dir --work-tree
2015-09-27 22:23:01 +01:00
Bruno
b31f6f3d6a Merge pull request #69 from nelsonjchen/add-nelsonjchen-theme
Add nelsonjchen theme to db
2015-09-27 17:58:06 +01:00
Nelson Chen
c71106a585 Add nelsonjchen theme to db 2015-09-27 09:57:16 -07:00
jeremiejig
56b1d837e0 changing to git -C to git --git-dir work-tree 2015-09-27 18:53:51 +02:00
jeremiejig
5cdde2639a bin/install & omf.repo.pull adding -C $git_dir removing pushd and popd 2015-09-27 18:53:51 +02:00
Bruno
1994b658ff Merge pull request #52 from jeremiejig/travisci
Travis: Base of travis test
2015-09-27 17:49:29 +01:00
Bruno
c95bef8e30 Merge pull request #68 from coderstephen/master
Add tmux-zen plugin to db
2015-09-27 17:48:23 +01:00
Bruno
c99b5fed59 Merge pull request #66 from derekstavis/patch-1
README: add custom config file documentation
2015-09-27 17:47:13 +01:00
Bruno
dbfac3a748 Merge pull request #65 from nelsonjchen/readme-remove-src-in-spacer
Remove src attribute from spacer image in the README
2015-09-27 17:45:58 +01:00
jeremiejig
77275ea492 adding a TODO: comment 2015-09-27 14:59:30 +02:00
jeremiejig
7022c3db95 tests: test commands help, query & install 2015-09-27 14:59:30 +02:00
jeremiejig
9258757901 install script using git -C $OMF_PATH 2015-09-27 14:59:30 +02:00
jeremiejig
961d051c2e Some Renaming. Creation of tools dir.
Moving and renaming install_fish.sh to travis_install_fish

Moving travis_* from tests to tools.

rename: fish_user_function/ -> functions_override/

renaming travis_test.fish to test_runner.fish
2015-09-27 14:59:20 +02:00
jeremiejig
2556068da6 adding the entry point to do some more test. 2015-09-27 14:51:18 +02:00
jeremiejig
7919f8ef6a travis: new travis_install_omf script to checkout PR 2015-09-27 14:51:16 +02:00
jeremiejig
e68dca448a travis: setting env for OMF_REPO_URI and OMF_REPO_BRANCH 2015-09-27 14:49:35 +02:00
jeremiejig
a7d6376616 install_fish: Use strip on binary fish...
Cache from 7.51MB to 1.63MB
2015-09-27 14:49:35 +02:00
jeremiejig
250fe263ef Travis: Adding fish-2.2.0 from github.
Adding apt dependencies + build script + cache directive.
2015-09-27 14:49:22 +02:00
Stephen Coakley
e8268d647f Add tmux-zen plugin to db 2015-09-27 01:52:56 -05:00
Derek Willian Stavis
1be472aa86 README: add custom config file documentation
Addresses #40 by briefly documenting init.fish file.
2015-09-27 01:15:49 -03:00
Nelson Chen
8fcb1cf0c0 Remove src attribute from spacer image in the README
Spacer still works just as good.

This will make Chrome and its siblings not display a broken image placeholder
in the spacer.

Confirmed OK on Firefox and Safari.
2015-09-26 20:22:40 -07:00
Bruno
ca05effd55 Removing license from README 2015-09-27 01:03:45 +01:00
Bruno
39d7ac0c45 Merge pull request #61 from oh-my-fish/license
DMCA Agreement
2015-09-26 23:49:10 +01:00
Bruno Pinto
6527ec86f3 DMCA Agreement
This is the message sent to GitHub with for the reconciliation:

> I have talked to @bpinto and his other collaborators and decided that is
> the best for everyone to reconcile and conclude our litigation amicably
> with the following conditions:
>
> * The license read Copyright (c) 2015 Oh My Fish!
> * AUTHORS file.
> * Bruno and Justin remain as admins.
> * Scorphus, derekstavis and bucaran become collaborators.
> * We swear not to fight over copyright issues again.
>
> You may have the DMCA revoked at your earliest convenience.
2015-09-26 23:48:55 +01:00
Bruno
61019c7378 Merge pull request #48 from jeremiejig/fixomfdestroy
Fixes on omf destroy and omf.remove_package
2015-09-26 22:39:18 +01:00
jeremiejig
773f1010b9 omf.destroy: find the most recent backup of config.
using XDG_CONFIG_HOME
2015-09-26 22:32:10 +02:00
jeremiejig
b9c1bd9576 Fixing how omf remove work, and omf.remove_package
destroy was broken because of a premature refresh. (giving false hang
behaviour)
2015-09-26 22:32:10 +02:00
Bruno
3468654457 Merge pull request #62 from oh-my-fish/slack
Replace gitter with slack
2015-09-26 19:25:20 +01:00
Bruno
3d2a945705 Replace gitter with slack
We are using slackin (https://github.com/rauchg/slackin) to automatically accept people's invitation.
2015-09-26 19:25:02 +01:00
Bruno
09cceaa2ef Merge pull request #63 from oh-my-fish/travis+slack
Travis integration for slack
2015-09-26 18:17:18 +01:00
Bruno Pinto
946c7f445e Travis integration for slack
Command: `travis encrypt "..." --add notifications.slack`
2015-09-26 17:29:05 +01:00
Derek Willian Stavis
d0adf89877 Merge pull request #28 from derekstavis/registry/plugin-nvm
registry: add nvm plugin
2015-09-22 10:46:00 -03:00
Derek Stavis
214972e304 registry: add nvm plugin 2015-09-22 10:44:25 -03:00
Derek Willian Stavis
fc7bef6562 Merge pull request #55 from Pyppe/master
Add aggregate theme documentation and a script to generate them
2015-09-21 14:56:38 -03:00
Pyry-Samuli Lahti
5223031aea Add generate-themes-doc.fish
* Generates `docs/Themes.md` that can be used
  for preview available themes
2015-09-21 20:46:41 +03:00
Derek Willian Stavis
0340b16ec3 Merge pull request #34 from oh-my-fish/readme-update-instructions
README: Include update instructions
2015-09-21 11:37:00 -03:00
Derek Willian Stavis
4e221d0e18 README: Include update instructions 2015-09-21 11:35:24 -03:00
Derek Willian Stavis
f48104906b Merge pull request #53 from gretel/master
registry: add plugin fzf
2015-09-20 14:19:00 -03:00
Derek Willian Stavis
c3009ff97f Merge pull request #54 from wk/master
registry: add ssh-term-helper plugin
2015-09-20 14:18:14 -03:00
Wild Kat
3daf05c944 registry: add ssh-term-helper plugin 2015-09-19 12:55:48 +02:00
Tom Hensel
3ac3bfd2e5 add reference to package 'fzf' - A command-line fuzzy finder written in Go 2015-09-17 22:10:54 +02:00
Justin Hileman
e69bc8b195 Merge pull request #19 from tcoenraad/plugin-grc
Add grc plugin
2015-09-17 09:53:38 -07:00
Derek Willian Stavis
2fbd1535f7 lib/README: fix swapped lines
Swap `prompt_segments` and `refresh` description.
2015-09-14 14:06:37 -03:00