Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.29 KB

README.md

File metadata and controls

68 lines (48 loc) · 1.29 KB

Corgi

Corgi is a automatic project to install software and config environment in Ubuntu operation system.

Usage

Change file mode.

chmod u+x corgi.sh

Run script.

sh corgi.sh

Using Docker for tests

You can run the tests in a Docker container to guarantee a clean test environment.

docker build -t corgi:v1 .
docker run --rm -it corgi:v1

Installed packages

name type installed
wget deb ☑️
curl deb ☑️
vim deb ☑️
zsh deb ☑️
oh-my-zsh source ☑️
tmux deb ☑️
git deb ☑️
teamviewer tar package ☑️
jdk deb ☑️
maven tar package ☑️
chromium-browser deb ☑️
gradle zip package ☑️

Todo

  1. Format print log.
  2. Add more packages into Corgi. (such as Jetbrains Apps.)
  3. Easy terminal command.

License

This project is MIT licensed.

                     _ 
                    (_)
  ___ ___  _ __ __ _ _ 
 / __/ _ \| '__/ _` | |
| (_| (_) | | | (_| | |
 \___\___/|_|  \__, |_|
                __/ |  
               |___/