From 57b4633776de820da91a22d6916b996e6c1ea0d6 Mon Sep 17 00:00:00 2001 From: gotbletu Date: Tue, 2 Feb 2016 14:33:37 -0800 Subject: [PATCH] test --- README.md | 2 ++ bang_previous_commands_hotkeys.md | 4 ++-- mutt-kz_sidebar.md | 35 +++++++++++++++++++++++++++++++ mutt.md | 1 - ubooquity.md | 6 +----- 5 files changed, 40 insertions(+), 8 deletions(-) create mode 100644 mutt-kz_sidebar.md diff --git a/README.md b/README.md index 52e2bac..d8c05ae 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ http://www.youtube.com/user/gotbletu [curseofwar](https://github.com/a-nikolaev/curseofwar/wiki) - fast action terminal RTS game with vim hotkeys +[fzf](https://github.com/junegunn/fzf/wiki) - fuzzy finder for your shell + [inxi](https://code.google.com/p/inxi/) - a full featured system information script [package converter](https://code.google.com/p/foxoman/wiki/PackageConverter) - frontend to Alien diff --git a/bang_previous_commands_hotkeys.md b/bang_previous_commands_hotkeys.md index e9f9d00..fdc9c9c 100644 --- a/bang_previous_commands_hotkeys.md +++ b/bang_previous_commands_hotkeys.md @@ -23,7 +23,7 @@ Alt+1, Alt+2 ...etc bind '"\e3": "!:0-2 \n"' bind '"\e4": "!:0-3 \n"' bind '"\e5": "!:0-4 \n"' - bind '"\e`": "!:-1 \n"' # all but the last word + bind '"\e`": "!:0- \n"' # all but the last word ### zsh @@ -38,7 +38,7 @@ Alt+1, Alt+2 ...etc bindkey -s '\e3' "!:0-2 \t" bindkey -s '\e4' "!:0-3 \t" bindkey -s '\e5' "!:0-4 \t" - bindkey -s '\e`' "!:-1 \t" # all but the last word + bindkey -s '\e`' "!:0- \t" # all but the last word ### contact diff --git a/mutt-kz_sidebar.md b/mutt-kz_sidebar.md new file mode 100644 index 0000000..523431c --- /dev/null +++ b/mutt-kz_sidebar.md @@ -0,0 +1,35 @@ +# Mutt Sidebar +Mutt email client with sidebar +* tutorial video: [Link](https://www.youtube.com/user/gotbletu) +* offical website: [Link](https://www.youtube.com/user/gotbletu) + +### install requirements + mutt with sidebar patch (or install mutt-kz) + +### configuration + vim ~/.samba + +### start services + + sudo systemctl enable smdb.service + sudo systemctl restart smdb.service + +### references + + +### contact + + _ _ _ _ + __ _ ___ | |_| |__ | | ___| |_ _ _ + / _` |/ _ \| __| '_ \| |/ _ \ __| | | | + | (_| | (_) | |_| |_) | | __/ |_| |_| | + \__, |\___/ \__|_.__/|_|\___|\__|\__,_| + |___/ + +- http://www.youtube.com/user/gotbletu +- https://twitter.com/gotbletu +- https://plus.google.com/+gotbletu +- https://github.com/gotbletu +- gotbletu@gmail.com + + diff --git a/mutt.md b/mutt.md index 2e8a209..5822608 100644 --- a/mutt.md +++ b/mutt.md @@ -244,7 +244,6 @@ set your folder hooks, macros hotkey, default account and text editor - http://www.youtube.com/user/gotbletu - https://twitter.com/gotbletu -- https://www.facebook.com/gotbletu - https://plus.google.com/+gotbletu - https://github.com/gotbletu - gotbletu@gmail.com diff --git a/ubooquity.md b/ubooquity.md index 4898757..379f79c 100644 --- a/ubooquity.md +++ b/ubooquity.md @@ -53,15 +53,11 @@ Can be installed on any OS supporting Java (Windows, Linux, Mac OS...) and on a - run the ubooquity command then open browser to: http://localhost:2202/admin - - - *** ### start services crontab -e - PATH_UBOOQUITY=~/.binary/ubooquity - @reboot sleep 180 && cd $PATH_UBOOQUITY && nohup java -jar $PATH_UBOOQUITY/Ubooquity.jar -webadmin -headless + @reboot sleep 180 && cd ~/.binary/ubooquity && java -jar Ubooquity.jar -webadmin -headless ### references