项目作者: georgemaia

项目描述 :
Linux environment install after formatting
高级语言: Shell
项目地址: git://github.com/georgemaia/env-linux.git
创建时间: 2019-04-28T14:02:47Z
项目社区:https://github.com/georgemaia/env-linux

开源协议:

下载


Linux Applications Install

Shell scripts to prepare my computer after formatting using Ubuntu Linux. This repository contains installation and update scripts, I use in my daily work.

For the Windows SO, try https://github.com/georgemaia/env-windows.


Usage

  1. wget https://raw.githubusercontent.com/georgemaia/env-linux/master/main.sh
  2. chmod +x main.sh
  3. sudo ./main.sh

Development Enviroment

develop-enviroment.sh


Develop Tools

develop-tools.sh


Productivity

productivity.sh

  • Ubuntu Restricted Extras
    1. sudo apt install ubuntu-restricted-extras
  • Zoom
    1. wget -O Downloads/zoom.deb https://zoom.us/client/latest/zoom_amd64.deb
    2. cd Downloads
    3. sudo dpkg -i zoom.deb
  • Timeshift - https://github.com/teejee2008/timeshift
    1. sudo apt-add-repository -y ppa:teejee2008/ppa
    2. sudo apt-get update
    3. sudo apt-get install timeshift
  • Gnome Tweaks
    1. sudo apt install gnome-tweaks

Video

video.sh


Graphic

graphic.sh


Maps

maps.sh


Audio

audio.sh


References

https://github.com/allythy/post-installation-debian

https://github.com/jeanjar/provision.sh

https://github.com/Diolinux/gabrielworkstation?files=1

Youtube: Criei um SISTEMA que se configura SOZINHO - Diolinux

Youtube: Start Bash Scripting Today! - Jerry Banfield