From 2b95eb1d48a24c3799ac4971748fe2d50da26228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 17 Sep 2017 20:07:10 +0200 Subject: Add usbkey script --- install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install') diff --git a/install b/install index bd6ef50..c6b769e 100755 --- a/install +++ b/install @@ -114,3 +114,7 @@ fi if ask "Install lxc-net script"; then inst local/bin/lxc-net ~/.local/bin/lxc-net fi + +if ask "Install usbkey script"; then + inst local/bin/usbkey ~/.local/bin/usbkey +fi -- cgit v1.2.3 From 39da53ab62b710a231cef8cea50bfa316816f2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 18 Sep 2017 21:04:04 +0200 Subject: Add completions for usbkey --- install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install') diff --git a/install b/install index c6b769e..549f63f 100755 --- a/install +++ b/install @@ -22,12 +22,14 @@ if ask "Install Bashrc"; then inst bashrc ~/.bashrc inst shellrc ~/.shellrc inst profile ~/.profile + mkdir -p ~/.bash_completions fi if ask "Install zshrc"; then inst zshrc ~/.zshrc inst shellrc ~/.shellrc inst zprofile ~/.zprofile + mkdir -p ~/.zsh_completions fi if ask "Install GIT configuration"; then @@ -117,4 +119,6 @@ fi if ask "Install usbkey script"; then inst local/bin/usbkey ~/.local/bin/usbkey + inst zsh_completions/usbkey ~/.zsh_completions/_usbkey + inst bash_completions/usbkey ~/.bash_completions/usbkey fi -- cgit v1.2.3 From 5193d42151091b2d15b28f1095a5ee19589bc312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 5 Oct 2017 23:33:18 +0200 Subject: Add htop configuration --- install | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install b/install index 549f63f..efce93f 100755 --- a/install +++ b/install @@ -39,6 +39,7 @@ fi if ask "Install configurations for various utility tools"; then inst screenrc ~/.screenrc + inst config/htop/htoprc ~/.config/htop/htoprc fi if ask "Install user services"; then -- cgit v1.2.3