Russell
b119540ce7
Add comment to install "t" and disable "todo.plugin" ( #1742 )
...
This commit is intended to help new uses of the
modern-t theme get it set up properly
and avoid the "todo.plugin" breaking it
Please see the following issues for details.
https://github.com/Bash-it/bash-it/issues/1693
https://github.com/Bash-it/bash-it/issues/1374
Co-authored-by: Russell Adams <russell.adams@avast.com>
2020-12-27 17:24:52 +02:00
Noah Gorny
d2a5524556
Add LICENSE
...
Woohoo!
What a time to be alive 😄
2020-12-27 17:17:51 +02:00
Terminal for Life
921ea9ac76
Optimizations to reloader.bash ( #1749 )
...
* Optimized statement with REGEX by using `case`
REGEX is a great feature of BASH, but in this case it was energy
needlessly spent. A `case` statement suffices. Bring in REGEX when
you're going to make good use of it, otherwise it's just going to bog
down your code.
I also wanted to strip the ` || exit 1` on the last line, but I wasn't
sure if this file is meant to be sourced or not; if not, then exiting
like that is redundant because it will already exit with whichever
status the last command provides, unless `popd` specifically offers
unhelpful or no exit statuses.
* Optimize as before but with 2nd REGEX instance
This time is much like the last commit, so I won't repeat, but I will
say that you're using a double- or even triple-negative, which
obfuscates your goal. Where you were doing...
[ ! -n VAR ] &&
You were basically saying this convolution:
If it's true that it's not true that VAR is not empty.
Very confusing. Instead, I've opted for:
If it's true that Var is empty.
Makes immediate sense and is easier to parse, visually speaking.
2020-12-27 17:14:50 +02:00
Noah Gorny
b19c2b969f
test: Change alias-completion completion file to capistrano
2020-12-27 17:12:22 +02:00
Ron Green
d74cc615be
feat(lint): lint vim.aliases
2020-12-23 10:19:06 +02:00
Noah Gorny
5aa2612ff1
Merge pull request #1746 from NoahGorny/add-lint-clean-files-instructions
...
add lint clean files instructions
2020-12-21 00:31:22 +02:00
Noah Gorny
6914a2345a
version: Fix url in case it is ssh based one
2020-12-21 00:30:56 +02:00
Noah Gorny
8bc83b2d48
docs: Add lint_clean_files instructions
2020-12-20 23:29:01 +02:00
Noah Gorny
9ca6841e20
docs: Add sphinx-emoji support
2020-12-20 23:29:01 +02:00
Noah Gorny
e1372dd5bd
Merge pull request #1747 from NoahGorny/add-easy-installation-docs
...
docs: Add simple installation instructions to readme
2020-12-18 17:15:33 +02:00
Noah Gorny
7edc26f408
Merge pull request #1727 from NoahGorny/add-issue-and-pr-templates
...
github: Add pr template
2020-12-18 11:48:02 +02:00
Noah Gorny
d00c478ded
Merge pull request #1740 from Bash-it/NoahGorny-patch-2
...
Add bug+feature issue templates
2020-12-18 11:47:11 +02:00
Noah Gorny
13be44ab19
Merge pull request #1735 from NoahGorny/docs-more-improvements
...
docs more improvements
2020-12-17 19:10:15 +02:00
Noah Gorny
181863af1d
docs: Add simple installation instructions to readme
...
This will help newcomers, and not confuse them by redirecting them to
another site instantly.
2020-12-17 01:42:25 +02:00
Noah Gorny
859038e58f
Allow trailing spaces in md/rst files
2020-12-17 01:42:25 +02:00
Noah Gorny
501b1ab3b5
Merge pull request #1730 from NoahGorny/fix-1037
...
Disable auto-reload in install.sh
2020-12-16 20:08:06 +02:00
Noah Gorny
89787cf261
github: Add pr template
2020-12-16 19:46:23 +02:00
Noah Gorny
2b4a81f39c
Add bug+feature issue templates
2020-12-16 19:12:54 +02:00
Ron Green
5eb023cf51
Update vim.aliases.bash
2020-12-15 22:46:47 +02:00
Noah Gorny
6008006783
Merge pull request #1736 from NoahGorny/add-irc-badge
...
readme: Change join chat to IRC from gitter
2020-12-14 03:41:46 +02:00
Noah Gorny
f10834275f
Merge pull request #1737 from NoahGorny/add-main-page-to-readme
...
docs: Add readthedocs main page to readme
2020-12-14 03:40:54 +02:00
Noah Gorny
1c05d71819
alias-completion: Use 'command rm' instead of rm to avoid aliases
2020-12-14 01:25:58 +02:00
Noah Gorny
f5753e4416
test: Add test for aliases rm for alias_completion
2020-12-14 01:21:00 +02:00
Noah Gorny
654a49cbd8
docs: Add readthedocs main page to readme
2020-12-14 00:49:26 +02:00
Noah Gorny
b5fecb3eb3
readme: Add docs status badge
2020-12-14 00:47:32 +02:00
Noah Gorny
0d7f145ef4
readme: Change join chat to IRC from gitter
2020-12-14 00:28:57 +02:00
Noah Gorny
dca563e606
docs: misc: Move help_screens and proxy_support into seperate pages
2020-12-14 00:14:23 +02:00
Noah Gorny
cf2df9e896
docs: Restructure sentence about adding screenshots
2020-12-14 00:05:17 +02:00
Noah Gorny
28e4633e53
Merge pull request #1721 from NoahGorny/docs-remove-themes-readmes
...
docs: Remove themes readmes
2020-12-14 00:01:30 +02:00
Noah Gorny
1ab755360d
Merge pull request #1704 from NoahGorny/docs-migrate-themes
...
Docs migrate themes
2020-12-13 23:58:45 +02:00
Noah Gorny
e7d5107007
docs: Improve contributing add-screenshot instructions
2020-12-13 23:50:27 +02:00
Noah Gorny
60c8b4be9f
docs: Move powerline theme docs into powerline-base.rst
2020-12-13 23:50:27 +02:00
Noah Gorny
d3d9a79f1e
docs: Update contributing theme guidelines
2020-12-13 23:50:27 +02:00
Noah Gorny
bced06994b
Move theme documentation to be under docs/themes-list
2020-12-13 23:50:26 +02:00
Noah Gorny
d89651dc8d
Merge pull request #1703 from NoahGorny/docs-migrating-wiki
...
Migrate wiki docs to rtd format
2020-12-13 23:48:19 +02:00
Noah Gorny
7b21a76c6a
docs: themes-list: Use gh-pages instead of wiki
...
Also note that its only most of the themes, not all of them
2020-12-13 23:15:06 +02:00
Ron Green
4dfd8bcc42
feat(git-aliases): add checkout with username ( fixes #1712 ) ( #1732 )
...
* feat(git-aliases): add checkout with username
this can be useful for creating a branch with a common prefix
* fix(git-alais): change quotes
2020-12-13 22:58:01 +02:00
Ron Green
a1760af43b
feat(vim-alias): add full screen help
2020-12-12 12:51:16 +02:00
egvimo
3019dc331d
Add option to append template to existing config ( #1723 )
...
* Add option to append template to existing config
* Add test for append-to-config option
Co-authored-by: Egor Moor <egor.moor@edag-ps.com>
2020-12-11 16:32:23 +02:00
Noah Gorny
9b837b4f59
Merge pull request #1708 from seefood/ira/fix-knife-load
...
Fix knife completion load time (and pre-commit compliance)
2020-12-09 08:44:33 +02:00
Noah Gorny
b4e515f19b
Merge pull request #1726 from NoahGorny/delete-travis-settings
...
ci: Delete travis settings as they no longer support OSS
2020-12-09 08:42:33 +02:00
Noah Gorny
0e6f10f489
docs: Add github action CI badge
2020-12-07 21:38:35 +02:00
Ira Abramov
5a85126241
complete cleanup of the knife completion file
2020-12-07 18:06:27 +02:00
Ira Abramov
6bcabb1503
Merge branch 'master' into ira/fix-knife-load
...
* master:
github: Add no-response bot
Update contribution.rst
Add cargo completion
Add completion for pipx. (#1719 )
Add github action to replace travis
Address some comments.
Add in_toolbox prompt to powerline themes
Update atomic.theme.bash
Add rustup completion to clean_files.txt
Add rustup completion
Move README to be under docs/
docs: Transition md files to support new rtd format
pre-commit: Exclude docs _build folder
Add aliases for GIT-SVN (rebase and dcommit)
2020-12-07 17:33:54 +02:00
Noah Gorny
9904857132
Merge pull request #1728 from Bash-it/NoahGorny-patch-1
...
Update contribution.rst
2020-12-07 09:32:52 +02:00
Noah Gorny
18365035a9
Merge pull request #162 from willybarro/449d6d4fe1d969a5d60ae71db1440221304dfa48
...
Add aliases for GIT-SVN (rebase and dcommit)
2020-12-07 02:00:31 +02:00
Noah Gorny
b444ac4e54
Merge pull request #1729 from NoahGorny/add-no-reponse-bot
...
github: Add no-response bot
2020-12-07 01:13:11 +02:00
Noah Gorny
0e904abd0d
github: Add no-response bot
2020-12-07 00:50:42 +02:00
Noah Gorny
e873252227
Disable auto-reload in install.sh
2020-12-06 23:55:25 +02:00
Noah Gorny
7dcf4dd186
Update contribution.rst
...
Now includes relevant change about `clean_files.txt` and improves the part about our coding style
2020-12-06 23:02:16 +02:00