7 Commits
v1.3 ... master

Author SHA1 Message Date
d73e693af0 Updated README
Changed README.md to reflect changes after migrating from gitlab
2025-12-24 19:15:03 -07:00
Bradley Richins
2004dc4497 Merge branch 'develop' into 'master'
Minor bug fix

See merge request bradley.richins/zpower!3
2020-10-25 20:32:39 +00:00
Bradley Richins
17c439bc7a Minor bug fix 2020-10-25 20:32:39 +00:00
Bradley Richins
fecc4e73f1 Merge branch 'revert-5cb9fb69' into 'master'
Revert "Merge branch 'develop' into 'master'"

See merge request bradley.richins/zpower!2
2020-10-25 20:19:17 +00:00
Bradley Richins
9f9bf868e8 Revert "Merge branch 'develop' into 'master'"
This reverts merge request !1
2020-10-25 20:18:54 +00:00
Bradley Richins
5cb9fb692e Merge branch 'develop' into 'master'
Minor but fix

See merge request bradley.richins/zpower!1
2020-10-25 18:09:39 +00:00
bradley.richins
34003ab1db Updated
Removed: Github url - no longer pushing to tat repo
Updated: makeself bash script used to gen self extracting archive
2020-09-21 21:52:15 -06:00
4 changed files with 80338 additions and 4473 deletions

View File

@@ -7,7 +7,7 @@
- Oh-My-ZSH
- and other software
![](https://gitlab.com/bradley.richins/zpower/raw/master/Screenshot.png)
![](https://git.ghettoadmin.com/Raum0x2A/zpower/raw/master/Screenshot.png)
### Software from Ubuntu repos #
- curl
@@ -37,7 +37,7 @@
#### clone repo #
```
$> git clone https://gitlab.com/bradley.richins/zpower.git
$> git clone https://git.ghettoadmin.com/Raum0x2A/zpower.git
```
#### Open zpower directory and execute #
@@ -52,16 +52,15 @@ $> 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)
- MakeSelf installer [Release](https://git.ghettoadmin.com/Raum0x2A/zpower/releases/download/v1.3/zp-install.run)
_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
_NOTE:_ When downloading this from GhettoGit the file name may be changed from `zp-install.run` to `zp-install.txt`. As long as this file has exec prermissions it will work
```
$> 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/)

View File

@@ -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

View File

@@ -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 %

File diff suppressed because it is too large Load Diff