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
2020-05-19 14:49:28 -06:00
2020-05-18 20:07:31 -06:00
2020-04-08 07:21:53 +00:00
2020-05-18 13:58:10 -06:00
2020-04-07 20:15:45 -06:00
2020-05-15 02:21:13 -06:00

ZPower

Automates installation and configuration process for

  • TMUX
  • ZSH
  • Oh-My-TMUX
  • Oh-My-ZSH
  • and other software

Software from Ubuntu repos

  • curl
  • git
  • zsh
  • tmux
  • powerline

Software from git

Extras

  • Aliases
    • aliases.zsh
  • TMUX local session handler / remote session handler
    • tmux-local.zsh
    • tmux.conf.ssh
    • tmux-ssh.zsh
  • PowerLevel10k
    • p10k-clean.zsh

Installing

clone repo

$> git clone https://gitlab.com/bradley.richins/zpower.git

Open zpower directory and execute

$> cd zpower
$> ./install.sh

or download and run the self extracting archive

$> chmod 755 zp-install.run
$> ./zp-install.run

NOTE: When downloading this from gitlab the file name will most likely 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
Description
Automated installation and configuration for fancy and clean Shell using OhMyZSH and optional TMUX wrapper
Readme GPL-3.0 51 MiB
ZPower V1.3 Latest
2020-10-25 14:34:56 -06:00
Languages
Shell 100%