Skip to content
/ corgi Public

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

License

Notifications You must be signed in to change notification settings

Shonminh/corgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages