2024-03-06 19:44:22 +04:00
2021-12-19 11:46:30 +04:00
2023-06-17 14:37:04 +04:00
2024-03-06 19:35:04 +04:00
2024-03-06 19:44:22 +04:00
2024-01-31 17:04:04 +04:00
2024-02-01 19:22:29 +04:00
2023-11-11 12:51:48 +04:00
2024-03-06 19:44:15 +04:00
2023-09-18 21:58:53 +04:00
2019-07-07 12:11:16 +04:00
2019-08-16 17:55:45 +04:00

DEBIAN-BASH

DEBIAN-BASH is a collection of settings and helpers for BASH provided by Artcode. Featuring :

  • some aliases (l, ll, ltr, ...)
  • a smart prompt
    • git, lxd, failure aware
  • simple vim settings

It's Free Software (GPLv3), help yourself. Any feedback would be appreciated. contact@artcode.re

install

curl https://git.artcode.re/pvincent/debian-bash/raw/branch/master/install.sh | sudo bash -s -- --host

uninstall

  • cd /opt/debian-bash && sudo ./uninstall.sh

development mode (credentials required)

  • git clone git@artcode.re:pvincent/debian-bash.git -C ~/DEV/BASH
  • sudo ln -s $HOME/DEV/BASH/debian-bash /opt/debian-bash
  • sudo /opt/debian-bash/install.sh --host

useful library

  • source /opt/debian-bash/lib/functions.sh

bindkeys

by default

  • CTRL + C => stop program

  • CTRL + V => display bindkey

  • CTRL + Z => interrupt for background job (fg, bg)

  • SHIFT + CTRL + C => copy

  • SHIFT + CTRL + V => paste

customized

  • CTRL LEFT, RIGHT => move between words
  • CTRL DELETE, BACKSPACE => delete word
  • ALT DELETE, BACKSPACE => delete line from cursor
  • CTRL + SHIFT + / => undo
S
Description
No description provided
Readme
321 KiB
Languages
Shell 60.4%
Vim script 39.6%