This repository was archived by the owner on Mar 14, 2023. It is now read-only.
forked from zeroc0d3/ruby-deploy-gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Install Zsh Theme
ZeroC0D3 Team edited this page Jan 20, 2018
·
1 revision
Install Zsh Theme for Ubuntu version 16.04
-
Create script
install_zsh.sh
-
Add this line:
#!/usr/bin/env sh
##### INSTALL OH-MY-ZSH #####
rm -rf $HOME/.oh-my-zsh \
&& touch $HOME/.zshrc \
&& cd $HOME \
&& git clone https://github.com/robbyrussell/oh-my-zsh.git /opt/.oh-my-zsh \
&& git clone https://github.com/bhilburn/powerlevel9k.git /opt/.oh-my-zsh/custom/themes/powerlevel9k
##### CONFIGURE OH-MY-ZSH #####
cd /opt \
&& tar zcvf oh-my-zsh.tar.gz .oh-my-zsh \
&& cp /opt/oh-my-zsh.tar.gz $HOME \
&& cd $HOME \
&& tar zxvf oh-my-zsh.tar.gz
- Change executable script
chmod +x install_zsh.sh
sh ./install_zsh.sh
Research & Development (RnD) - ZeroC0D3 Team
- Email: zeroc0d3.team@gmail.com
- Repository: https://github.com/zeroc0d3lab
- Install-Packages
- Setup-Server
- Setup-Account
- Configuration-Bash
- Configuration-Zsh
- Install-Bash-Theme
- Install-Zsh-Theme
- Install-Docker
- Install-Memcached
- Install-MongoDB
- Install-MySQL
- Install-NodeJS
- Install-PostgreSQL
- Install-Redis
- Install-Ruby
- Install-SQLite3
- Configuration-App
- Configuration-GCM
- Configuration-Hosts
- Configuration-Memcached
- Configuration-MongoDB
- Configuration-PostgreSQL
- Configuration-Puma
- Configuration-Swap
- Configuration-Unicorn
- Nginx-Puma
- Nginx-Unicorn
- Logrotate
- Deployment-Dashboard
- Deployment-Configuration
- Deployment-Process
- Deployment-Folder-Structure
- Deploy-Preinstall