Add content to README.md
This commit is contained in:
47
README.md
47
README.md
@@ -1,2 +1,49 @@
|
|||||||
# ZPower
|
# 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 #
|
||||||
|
- [Oh-My-TMUX](https://github.com/gpakosz/.tmux.git)
|
||||||
|
- [Oh-My-ZSH](https://github.com/robbyrussell/oh-my-zsh.git)
|
||||||
|
- [ZSH Auto-Suggestions](https://github.com/zsh-users/zsh-autosuggestions.git)
|
||||||
|
- [ZSH Syantax Highlighting](https://github.com/zsh-users/zsh-syntax-highlighting.git)
|
||||||
|
- ~~[PowerLevel 9K](https://github.com/bhilburn/powerlevel9k.git)~~
|
||||||
|
- [PowerLevel 10k](https://github.com/romkatv/powerlevel10k)
|
||||||
|
|
||||||
|
### 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
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user