From 34003ab1db204051432abcbe5fe0b7e523064041 Mon Sep 17 00:00:00 2001 From: "bradley.richins" Date: Mon, 21 Sep 2020 21:52:15 -0600 Subject: [PATCH 1/2] Updated Removed: Github url - no longer pushing to tat repo Updated: makeself bash script used to gen self extracting archive --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 486e719..cc76905 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,6 @@ $> chmod 755 zp-install.run $> ./zp-install.run ``` -- MakeSelf installer [GitHub Release](https://github.com/RaumXV/zpower/releases/download/v1.1/zp-install.run) - MakeSelf installer [GitLab Release](https://gitlab.com/bradley.richins/zpower/-/raw/master/zp-install.run?inline=false) _NOTE:_ When downloading this from gitlab the file name will most likely be changed from `zp-install.run` to `zp-install.txt`. As long as this file has exec prermissions it will work @@ -62,6 +61,6 @@ $> chmod 755 zp-install.txt $> ./zp-install.txt ``` -`zp-install.run` was generated with `$> makeself --sha256 ./zpower zp-install.run "ZPower Shell Pack Installer" ./install.sh` +`zp-install.run` was generated with `$> makeself --sha256 ./ ./zpower zp-install.run "ZPower Shell Pack Installer" ./install.sh` MakeSelf: A self-extracting archiving tool for Unix systems, in 100% shell script - [GitHub](https://github.com/megastep/makeself) / [Website](https://makeself.io/) From 9f9bf868e8bfa7afc1bc640010cef2361a3d05b2 Mon Sep 17 00:00:00 2001 From: Bradley Richins Date: Sun, 25 Oct 2020 20:18:54 +0000 Subject: [PATCH 2/2] Revert "Merge branch 'develop' into 'master'" This reverts merge request !1 --- files/tmux.conf.local | 2 +- files/tmux.conf.ssh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/tmux.conf.local b/files/tmux.conf.local index 6e7036c..0d08788 100644 --- a/files/tmux.conf.local +++ b/files/tmux.conf.local @@ -294,7 +294,7 @@ bind C-a send-prefix # move status line to top #set -g status-position top -bind '\' split-window -h +bind \ split-window -h unbind '"' bind -n M-Left select-pane -L bind -n M-Right select-pane -R diff --git a/files/tmux.conf.ssh b/files/tmux.conf.ssh index 079085e..06f4b1b 100644 --- a/files/tmux.conf.ssh +++ b/files/tmux.conf.ssh @@ -9,7 +9,7 @@ bind C-b send-prefix #bind-key C-b send-prefix #set-option prefix C-b -bind "\" split-window -h +bind \ split-window -h bind - split-window -v unbind '"' unbind %