This repository has been 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 Bash Theme
ZeroC0D3 Team edited this page Jan 20, 2018
·
1 revision
Install Bash Theme for Ubuntu version 16.04
-
Create script
install_bash.sh
-
Add this line:
#!/usr/bin/env sh
##### INSTALL BASH #####
rm -rf $HOME/.bash_it \
&& touch $HOME/.bashrc \
&& cd $HOME \
&& git clone https://github.com/Bash-it/bash-it.git /opt/.bash_it \
&& git clone https://github.com/speedenator/agnoster-bash.git /opt/.bash_it/themes/agnoster-bash \
&& cd /opt \
&& tar zcvf bash_it.tar.gz .bash_it
##### CONFIGURE BASH #####
cd /opt \
&& tar zcvf bash_it.tar.gz .bash_it \
&& cp /opt/bash_it.tar.gz $HOME \
&& cd $HOME \
&& tar zxvf $HOME/bash_it.tar.gz
- Change executable script
chmod +x install_bash.sh
sh ./install_bash.sh
Research & Development (RnD) - ZeroC0D3 Team
- Email: [email protected]
- 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