From 63c0c990e8044c822636c9e56e6cf2c2b280ca76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 19 Nov 2017 21:32:22 +0100 Subject: Drop htop configuration It makes little to no sense to have this. --- install | 1 - 1 file changed, 1 deletion(-) (limited to 'install') diff --git a/install b/install index ffbf348..e59a0f1 100755 --- a/install +++ b/install @@ -34,7 +34,6 @@ 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 From efc78eeb586cb159f50cff4f88d245328a331bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 4 Dec 2017 07:19:40 +0100 Subject: Drop conkeror configuration --- install | 5 ----- 1 file changed, 5 deletions(-) (limited to 'install') diff --git a/install b/install index e59a0f1..1a23184 100755 --- a/install +++ b/install @@ -99,11 +99,6 @@ if ask "Install desktop (i3..)"; then inst config/user-dirs.dirs ~/.config/user-dirs.dirs fi -if ask "Install Conkeror configuration"; then - inst conkerorrc ~/.conkerorrc - inst conkeror/ ~/.conkeror -fi - if ask "Install Surf configuration"; then inst surf/script.js ~/.surf/script.js inst surf/styles/default.css ~/.surf/styles/default.css -- cgit v1.2.3 From 6cc31a2b88476fe42b7bca369d0b782bf9b0c7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 4 Dec 2017 07:21:04 +0100 Subject: Drop surf-menu as it's now part of mysurf --- install | 1 - 1 file changed, 1 deletion(-) (limited to 'install') diff --git a/install b/install index 1a23184..8f96cc6 100755 --- a/install +++ b/install @@ -102,7 +102,6 @@ fi if ask "Install Surf configuration"; then inst surf/script.js ~/.surf/script.js inst surf/styles/default.css ~/.surf/styles/default.css - inst local/bin/surf-menu ~/.local/bin/surf-menu fi if ask "Install MPD configuration"; then -- cgit v1.2.3 From a12db5d06ead397c3a4232e1bbac68748f02704b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 4 Dec 2017 07:22:23 +0100 Subject: Drop lxc-net script as it was replaced by bridge service --- install | 4 ---- 1 file changed, 4 deletions(-) (limited to 'install') diff --git a/install b/install index 8f96cc6..39f0869 100755 --- a/install +++ b/install @@ -112,10 +112,6 @@ if ask "Install backup script"; then inst local/bin/system-backup ~/.local/bin/system-backup 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 inst zsh_completions/usbkey ~/.zsh_completions/_usbkey -- cgit v1.2.3 From 9e424dae63ff66f889b8618c4fa4a6b3bf1b2012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 20 Jan 2018 22:28:59 +0100 Subject: Move usbkey to separate repo --- install | 6 ------ 1 file changed, 6 deletions(-) (limited to 'install') diff --git a/install b/install index 39f0869..bfcab02 100755 --- a/install +++ b/install @@ -111,9 +111,3 @@ fi if ask "Install backup script"; then inst local/bin/system-backup ~/.local/bin/system-backup 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 feddfdd6cab28f55ab2b5597f89f3805bac2349a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 26 Jan 2018 15:51:03 +0100 Subject: Drop bashrc and zshrc They are replaced by shellrc package --- install | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'install') diff --git a/install b/install index bfcab02..40bf40e 100755 --- a/install +++ b/install @@ -13,18 +13,10 @@ git submodule update --init --recursive || (echo "Submodule update failed!"; exi ################################################################################# source private/install # private files, sorry but some privacy is required. -if ask "Install Bashrc"; then - inst bashrc ~/.bashrc - inst shellrc ~/.shellrc +# TODO on hosts without shellrc we might want some thin shellrc to be installed +if ask "Install shell profile"; then 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 -- cgit v1.2.3 From 6f504fb861d7c6bc0c17471cab6acccb0317cfdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 26 Jan 2018 23:58:39 +0100 Subject: Add khal and khard --- install | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install') diff --git a/install b/install index 40bf40e..ce82066 100755 --- a/install +++ b/install @@ -91,6 +91,11 @@ if ask "Install desktop (i3..)"; then inst config/user-dirs.dirs ~/.config/user-dirs.dirs fi +if ask "Install khal khard"; then + inst config/khal/config ~/.config/khal/config + inst config/khard/khard.conf ~/.config/khard/khard.conf +fi + if ask "Install Surf configuration"; then inst surf/script.js ~/.surf/script.js inst surf/styles/default.css ~/.surf/styles/default.css -- cgit v1.2.3 From a214815179291a173faea8af894d602c865726c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 28 Jan 2018 16:18:53 +0100 Subject: Update khal and khard and add vdirsyncer --- install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index ce82066..cc7e8c3 100755 --- a/install +++ b/install @@ -91,9 +91,10 @@ if ask "Install desktop (i3..)"; then inst config/user-dirs.dirs ~/.config/user-dirs.dirs fi -if ask "Install khal khard"; then +if ask "Install calendar and contacts"; then inst config/khal/config ~/.config/khal/config inst config/khard/khard.conf ~/.config/khard/khard.conf + inst private/vdirsyncer/ ~/.vdirsyncer fi if ask "Install Surf configuration"; then -- cgit v1.2.3