vimrc
This commit is contained in:
@@ -19,6 +19,10 @@ Any feedback would be appreciated.
|
||||
## Featuring
|
||||
|
||||
* [x] miaou-bash
|
||||
* [x] default settings
|
||||
* [x] inputrc
|
||||
* [x] vimrc
|
||||
* [x] bashrc
|
||||
* [x] semver-git_tag
|
||||
* [x] some aliases (l, ll, ltr, ...)
|
||||
* [x] smart prompt
|
||||
@@ -26,7 +30,9 @@ Any feedback would be appreciated.
|
||||
|
||||
## install
|
||||
|
||||
`curl https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh | sudo bash -s`
|
||||
```bash
|
||||
curl https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh | sudo bash -s`
|
||||
```
|
||||
|
||||
## upgrade
|
||||
|
||||
@@ -55,3 +61,12 @@ Any feedback would be appreciated.
|
||||
* CTRL DELETE, BACKSPACE => delete word
|
||||
* ALT DELETE, BACKSPACE => delete line from cursor
|
||||
* CTRL + SHIFT + / => undo
|
||||
|
||||
## TODO
|
||||
|
||||
* [ ] prompt git shows version with `+` when there is more than one commit over current version. ie: v0.0.0 + 2 commits more should display v-1.0.0+
|
||||
* [ ] semver_git_tag should append `RELEASE_NOTES.md` from this TODO markdown file, providing that NEW NOTE section below contains appropriate items to fulfill the current release note
|
||||
* [ ] git log <LATEST_TAG>..HEAD --oneline
|
||||
|
||||
NEW NOTE
|
||||
========
|
||||
|
||||
Reference in New Issue
Block a user