Raum0x2A
|
54ee48bc7c
|
Minor feature update
Added power line font path to enable glyphs from powerline font.
MOTD replaced with `neofetch --off | lolcat`
minor bug fixes
|
2025-12-10 01:28:53 -07:00 |
|
Raum0x2A
|
0ca6196297
|
Updated makeself commnad used to gen selfextracting installer and updated zp-install.run with new changes. makeself will no longer add .git to the installer pkg, makeing installer smaller
|
2025-12-05 13:51:03 -07:00 |
|
Raum0x2A
|
fbfbc3d845
|
added option to auto Download dialog package and updated zp-install.run
|
2025-12-05 13:27:38 -07:00 |
|
bradley.richins
|
3535e37fe0
|
fix issue with binding split-window to \
|
2021-03-23 16:56:19 -06:00 |
|
bradley.richins
|
7f677e40c0
|
Fixed issue binding '\' to split window
|
2021-03-23 16:53:20 -06:00 |
|
BuildTools
|
3c64e4d1d0
|
Login MOTD will now display in first shell of a new session
by printing /var/run/motd.dynamic to terminal befor running ZSH
|
2021-03-18 04:04:32 +00:00 |
|
bradley.richins
|
a8ace02283
|
Shrink auto installer
added --tar-extra "--exclude=.git" flag to makeself command
ex.
makeself --sha256 --tar-extra "--exclude=.git" ./ zp-install.run "ZPower Shell Pack Installer" ./install.sh
|
2020-10-25 15:34:08 -06:00 |
|
bradley.richins
|
5334eca8fb
|
Updated README.md
|
2020-10-25 15:33:53 -06:00 |
|
Bradley Richins
|
d704966d82
|
Merge branch 'master' into 'develop'
# Conflicts:
# files/tmux.conf.ssh
|
2020-10-25 20:32:05 +00:00 |
|
bradley.richins
|
3f8adf7f68
|
updated to reflect changes in install script
v1.3
|
2020-10-25 14:28:38 -06:00 |
|
bradley.richins
|
fd55478cfe
|
Bug fix
|
2020-10-25 14:21:27 -06: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
|
d10857c1d6
|
Updated: added escape symbol [\] to some bindings
|
2020-10-25 12:04:42 -06:00 |
|
bradley.richins
|
34003ab1db
|
Updated
Removed: Github url - no longer pushing to tat repo
Updated: makeself bash script used to gen self extracting archive
v1.2
|
2020-09-21 21:52:15 -06:00 |
|
bradley.richins
|
cd03aeb646
|
updated to reflect changes in install script
|
2020-09-21 21:30:56 -06:00 |
|
bradley.richins
|
af9271b70d
|
Installer no longer add tmux plugin in oh-my-zsh plugin list when installing desktop edition
|
2020-09-21 21:20:23 -06:00 |
|
bradley.richins
|
20dc206a35
|
Same as zshrc, just with the tmux plugin removed from plugin list
|
2020-09-21 21:11:00 -06:00 |
|
Bradley Richins
|
013e8fd6dd
|
Minor changes
Fixed typo(s)
|
2020-05-19 22:33:59 -06:00 |
|
Bradley Richins
|
c7772515f7
|
Update README.md
Added alt. link to release file
Added info on `zp-install.sh`
|
2020-05-19 22:26:18 -06:00 |
|
Bradley Richins
|
dec17cfb89
|
Update git repo link
Updated ohmyzsh git url
https://github.com/robbyrussell/oh-my-zsh.git > https://github.com/ohmyzsh/ohmyzsh.git
|
2020-05-19 21:29:39 -06:00 |
|
Bradley Richins
|
3dafe954fc
|
Change to alias torrent
alias torrent="aria2c --seed-time=0" > alias leech="aria2c --seed-time=0"
v1.1
|
2020-05-19 14:51:28 -06:00 |
|
Bradley Richins
|
4d5c70b141
|
Fixed typo
Changed SSH_KEY_PATH var
SSH_KEY_PATH=$HOME/.ssh/rsa_id > SSH_KEY_PATH=$HOME/.ssh/id_rsa
|
2020-05-19 14:49:28 -06:00 |
|
Bradley Richins
|
5b730588e6
|
Added check
Added a check for dialog install status
|
2020-05-18 20:07:31 -06:00 |
|
Bradley Richins
|
49df59de41
|
README.md Undo last minor change
|
2020-05-18 13:58:10 -06:00 |
|
Bradley Richins
|
42434d11db
|
README.md minor change
|
2020-05-18 13:56:42 -06:00 |
|
Bradley Richins
|
96f9e79656
|
Added additional info on selfextracting archive usage
|
2020-05-18 13:44:05 -06:00 |
|
Bradley Richins
|
46fda60377
|
Updated README.md
Added note about downloading and exec the selfextracting archive
|
2020-05-18 13:36:20 -06:00 |
|
Bradley Richins
|
86fb29f15f
|
Add download link to self extracting archive
|
2020-05-16 16:59:00 -06:00 |
|
Bradley Richins
|
3775ac8a3e
|
replaced old version
replace old version containing a var typo
|
2020-05-15 02:21:13 -06:00 |
|
Bradley Richins
|
dd5e19cabb
|
Fixed a typo in var
changed first apper. of `userhome=$HOME` to `usrhome=$HOME`
|
2020-05-15 02:18:31 -06:00 |
|
Bradley Richins
|
b9ff58ab6b
|
Removed/Updated to zp-install.run
|
2020-05-15 02:17:11 -06:00 |
|
Bradley Richins
|
76845b4ef8
|
Add LICENSE
|
2020-04-08 07:21:53 +00:00 |
|
Bradley Richins
|
0187e5e3be
|
Add download link to self extracting archive
|
2020-04-07 20:58:32 -06:00 |
|
Bradley Richins
|
80badefbde
|
Added installer package made using makeself
command used:
makeself --sha256 ./zpower zp-install.run "ZPower Shell Pack Installer" ./install.sh
|
2020-04-07 20:46:01 -06:00 |
|
Bradley Richins
|
48ae5149ea
|
Add content to README.md
v1.0
|
2020-04-07 20:27:13 -06:00 |
|
Bradley Richins
|
b3a7ca7a77
|
Add Screen Shot of ZPower-SE
|
2020-04-07 20:15:45 -06:00 |
|
Bradley Richins
|
b25fde0812
|
Initial commit
|
2020-04-07 20:05:59 -06:00 |
|